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

Method lazyIorArray

arraycontainer.go:463–466  ·  view source on GitHub ↗
(ac2 *arrayContainer)

Source from the content-addressed store, hash-verified

461}
462
463func (ac *arrayContainer) lazyIorArray(ac2 *arrayContainer) container {
464 // TODO actually make this lazy
465 return ac.iorArray(ac2)
466}
467
468func (ac *arrayContainer) lazyIorBitmap(bc *bitmapContainer) container {
469 // TODO actually make this lazy

Callers 1

lazyIORMethod · 0.95

Calls 1

iorArrayMethod · 0.95

Tested by

no test coverage detected