func database/sql/driver.IsValue
6 uses
database/sql/driver (current package)
types.go#L180: func IsValue(v any) bool {
types.go#L196: return IsValue(v)
types.go#L242: if IsValue(v) {
types.go#L252: if !IsValue(sv) {
database/sql
convert.go#L70: if !driver.IsValue(sv) {
convert.go#L89: if !driver.IsValue(nv.Value) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)