github.com/jackc/pgx/v5/pgtype.BoolScanner.ScanBool (method)
5 uses
github.com/jackc/pgx/v5/pgtype (current package)
bool.go#L13: ScanBool(v Bool) error
bool.go#L300: return s.ScanBool(Bool{})
bool.go#L307: return s.ScanBool(Bool{Bool: src[0] == 1, Valid: true})
bool.go#L319: return s.ScanBool(Bool{})
bool.go#L331: return s.ScanBool(Bool{Bool: v, Valid: true})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)