MCPcopy
hub / github.com/Workiva/go-datastructures / sparseBitArray

Struct sparseBitArray

bitarray/sparse_bitarray.go:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105type sparseBitArray struct {
106 blocks blocks
107 indices uintSlice
108}
109
110// SetBit sets the bit at the given position.
111func (sba *sparseBitArray) SetBit(k uint64) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected