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#L102: 	buf = pgio.AppendInt32(buf, bits.Len)
		bits.go#L118: 	for i := int32(0); i < bits.Len; i++ {
		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})