Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewFalse
Function
NewFalse
vector/bitvec/bits.go:20–22 ·
view source on GitHub ↗
(length uint32)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
NewFalse(length uint32) Bits {
21
return
Bits{length: length, bits: make([]uint64, (length+63)/64)}
22
}
23
24
func
NewTrue(n uint32) Bits {
25
b := NewFalse(n)
Callers
7
NewFalse
Function · 0.92
loadAnyWithLock
Method · 0.92
NewTrue
Function · 0.70
Pick
Method · 0.70
Not
Function · 0.70
Or
Function · 0.70
And
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected