reflect.Value.CanConvert (method)
2 uses
reflect (current package)
value.go#L3165: func (v Value) CanConvert(t Type) bool {
github.com/jackc/pgx/v5/pgtype
pgtype.go#L588: if nextDstType != nil && dstValue.Type() != nextDstType && dstValue.CanConvert(nextDstType) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)