MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / newBitmapContainerUnsetIterator

Function newBitmapContainerUnsetIterator

bitmapcontainer.go:290–292  ·  view source on GitHub ↗
(a *bitmapContainer)

Source from the content-addressed store, hash-verified

288}
289
290func newBitmapContainerUnsetIterator(a *bitmapContainer) *bitmapContainerUnsetIterator {
291 return &bitmapContainerUnsetIterator{a, a.NextUnsetBit(0)}
292}
293
294func (bc *bitmapContainer) getUnsetIterator() shortPeekable {
295 return newBitmapContainerUnsetIterator(bc)

Callers 2

initMethod · 0.85
getUnsetIteratorMethod · 0.85

Calls 1

NextUnsetBitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…