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

Function newBitmapContainerManyIterator

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

Source from the content-addressed store, hash-verified

255}
256
257func newBitmapContainerManyIterator(a *bitmapContainer) *bitmapContainerManyIterator {
258 return &bitmapContainerManyIterator{a, -1, 0}
259}
260
261func (bc *bitmapContainer) getManyIterator() manyIterable {
262 return newBitmapContainerManyIterator(bc)

Callers 2

getManyIteratorMethod · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…