Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
func
(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
IsSet
Method · 0.95
Pick
Method · 0.95
TrueCount
Method · 0.95
String
Method · 0.95
Or
Function · 0.45
And
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected