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#L54: 	if !src.Valid {
		bits.go#L98: 	if !bits.Valid {
		bits.go#L114: 	if !bits.Valid {
		bits.go#L183: 	return scanner.ScanBits(Bits{Bytes: buf, Len: bitLen, Valid: true})
		bits.go#L210: 	return scanner.ScanBits(Bits{Bytes: buf, Len: int32(bitLen), Valid: true})