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

Method IsZero

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

Source from the content-addressed store, hash-verified

34}
35
36func (b Bits) IsZero() bool {
37 return b.length == 0
38}
39
40// GetBits returns b's underlying storage with used bits cleared.
41// GetBits may modify the underlying storage.

Callers 6

IsSetMethod · 0.95
PickMethod · 0.95
TrueCountMethod · 0.95
StringMethod · 0.95
OrFunction · 0.45
AndFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected