MCPcopy 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
20func NewFalse(length uint32) Bits {
21 return Bits{length: length, bits: make([]uint64, (length+63)/64)}
22}
23
24func NewTrue(n uint32) Bits {
25 b := NewFalse(n)

Callers 7

NewFalseFunction · 0.92
loadAnyWithLockMethod · 0.92
NewTrueFunction · 0.70
PickMethod · 0.70
NotFunction · 0.70
OrFunction · 0.70
AndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected