Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Workiva/go-datastructures
/ Reset
Method
Reset
bitarray/interface.go:48–48 ·
view source on GitHub ↗
Reset sets all values to zero.
()
Source
from the content-addressed store, hash-verified
46
ClearBit(k uint64) error
47
// Reset sets all values to zero.
48
Reset()
49
// Blocks returns an iterator to be used to iterate
50
// over the bit array.
51
Blocks() Iterator
Callers
13
TestGetSetCompressedBits
Function · 0.65
TestCompressedCount
Function · 0.65
TestClearCompressedBitArray
Function · 0.65
TestNandSparseWithEmptyDense
Function · 0.65
TestNandDenseWithEmptyDense
Function · 0.65
TestAndSparseWithEmptyDense
Function · 0.65
TestAndDenseWithEmptyDense
Function · 0.65
TestCount
Function · 0.65
TestClear
Function · 0.65
TestGetSetBits
Function · 0.65
TestOrSparseWithEmptySparse
Function · 0.65
TestOrSparseWithEmptyDense
Function · 0.65
Implementers
2
sparseBitArray
bitarray/sparse_bitarray.go
bitArray
bitarray/bitarray.go
Calls
no outgoing calls
Tested by
13
TestGetSetCompressedBits
Function · 0.52
TestCompressedCount
Function · 0.52
TestClearCompressedBitArray
Function · 0.52
TestNandSparseWithEmptyDense
Function · 0.52
TestNandDenseWithEmptyDense
Function · 0.52
TestAndSparseWithEmptyDense
Function · 0.52
TestAndDenseWithEmptyDense
Function · 0.52
TestCount
Function · 0.52
TestClear
Function · 0.52
TestGetSetBits
Function · 0.52
TestOrSparseWithEmptySparse
Function · 0.52
TestOrSparseWithEmptyDense
Function · 0.52