github.com/jackc/pgx/v5/pgtype.Bits.Valid (field)
6 uses
github.com/jackc/pgx/v5/pgtype (current package)
bits.go#L23: Valid bool
bits.go#L53: if !src.Valid {
bits.go#L97: if !bits.Valid {
bits.go#L113: if !bits.Valid {
bits.go#L180: return scanner.ScanBits(Bits{Bytes: buf, Len: bitLen, Valid: true})
bits.go#L207: return scanner.ScanBits(Bits{Bytes: buf, Len: int32(bitLen), Valid: true})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)