github.com/jackc/pgx/v5/pgtype.Bits.Len (field)
5 uses
github.com/jackc/pgx/v5/pgtype (current package)
bits.go#L22: Len int32 // Number of bits
bits.go#L101: buf = pgio.AppendInt32(buf, bits.Len)
bits.go#L117: for i := int32(0); i < bits.Len; i++ {
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)