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

Method lazyIorRun16

arraycontainer.go:473–476  ·  view source on GitHub ↗
(rc *runContainer16)

Source from the content-addressed store, hash-verified

471}
472
473func (ac *arrayContainer) lazyIorRun16(rc *runContainer16) container {
474 // TODO actually make this lazy
475 return ac.iorRun16(rc)
476}
477
478func (ac *arrayContainer) lazyOR(a container) container {
479 switch x := a.(type) {

Callers 1

lazyIORMethod · 0.95

Calls 1

iorRun16Method · 0.95

Tested by

no test coverage detected