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

Method lazyORBitmap

bitmapcontainer.go:689–692  ·  view source on GitHub ↗
(value2 *bitmapContainer)

Source from the content-addressed store, hash-verified

687}
688
689func (bc *bitmapContainer) lazyORBitmap(value2 *bitmapContainer) container {
690 answer := bc.clone().(*bitmapContainer)
691 return answer.lazyIORBitmap(value2)
692}
693
694func (bc *bitmapContainer) xor(a container) container {
695 switch x := a.(type) {

Callers 1

lazyORMethod · 0.95

Calls 2

cloneMethod · 0.95
lazyIORBitmapMethod · 0.80

Tested by

no test coverage detected