MCPcopy Create free account
hub / github.com/brimdata/super / Len

Method Len

vector/bitvec/bits.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (b Bits) Len() uint32 {
74 return b.length
75}
76
77func (b Bits) Pick(index []uint32) Bits {
78 if b.IsZero() || len(index) == 0 {

Callers 2

TrueCountMethod · 0.95
StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected