MCPcopy Create free account
hub / github.com/dolthub/doltgresql / nonEmptyBitLen

Method nonEmptyBitLen

postgres/parser/utils/bitarray.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (d BitArray) nonEmptyBitLen() uint {
104 return uint(len(d.words)-1)*numBitsPerWord + uint(d.lastBitsUsed)
105}
106
107// String implements the fmt.Stringer interface.
108func (d BitArray) String() string {

Callers 2

BitLenMethod · 0.95
ConcatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected