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

Method lazyORArray

bitmapcontainer.go:675–678  ·  view source on GitHub ↗
(value2 *arrayContainer)

Source from the content-addressed store, hash-verified

673}
674
675func (bc *bitmapContainer) lazyORArray(value2 *arrayContainer) container {
676 answer := bc.clone().(*bitmapContainer)
677 return answer.lazyIORArray(value2)
678}
679
680func (bc *bitmapContainer) lazyIORBitmap(value2 *bitmapContainer) container {
681 answer := bc

Callers 1

lazyORMethod · 0.95

Calls 2

cloneMethod · 0.95
lazyIORArrayMethod · 0.80

Tested by

no test coverage detected