func database/sql/driver.IsValue
6 uses
database/sql/driver (current package)
types.go#L176: func IsValue(v any) bool {
types.go#L192: return IsValue(v)
types.go#L237: if IsValue(v) {
types.go#L247: if !IsValue(sv) {
database/sql
convert.go#L68: if !driver.IsValue(sv) {
convert.go#L87: if !driver.IsValue(nv.Value) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)