MCPcopy
hub / github.com/RoaringBitmap/roaring / newBitmapContainerShortIterator

Function newBitmapContainerShortIterator

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

Source from the content-addressed store, hash-verified

156}
157
158func newBitmapContainerShortIterator(a *bitmapContainer) *bitmapContainerShortIterator {
159 return &bitmapContainerShortIterator{a, a.NextSetBit(0)}
160}
161
162func (bc *bitmapContainer) getShortIterator() shortPeekable {
163 return newBitmapContainerShortIterator(bc)

Callers 1

getShortIteratorMethod · 0.85

Calls 1

NextSetBitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…