MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / getUnsetIterator

Method getUnsetIterator

bitmapcontainer.go:294–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292}
293
294func (bc *bitmapContainer) getUnsetIterator() shortPeekable {
295 return newBitmapContainerUnsetIterator(bc)
296}
297
298func (bc *bitmapContainer) getSizeInBytes() int {
299 return len(bc.bitmap) * 8

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected