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

Method lazyIorBitmap

arraycontainer.go:468–471  ·  view source on GitHub ↗
(bc *bitmapContainer)

Source from the content-addressed store, hash-verified

466}
467
468func (ac *arrayContainer) lazyIorBitmap(bc *bitmapContainer) container {
469 // TODO actually make this lazy
470 return ac.iorBitmap(bc)
471}
472
473func (ac *arrayContainer) lazyIorRun16(rc *runContainer16) container {
474 // TODO actually make this lazy

Callers 1

lazyIORMethod · 0.95

Calls 1

iorBitmapMethod · 0.95

Tested by

no test coverage detected