github.com/jackc/pgx/v5/pgtype.Bits.Bytes (field)

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L21: 	Bytes []byte
		bits.go#L103: 	return append(buf, bits.Bytes...), nil
		bits.go#L122: 		if bits.Bytes[byteIdx]&bitMask > 0 {
		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})