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

Method isEmpty

bitmapcontainer.go:412–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410}
411
412func (bc *bitmapContainer) isEmpty() bool {
413 return bc.cardinality == 0
414}
415
416func (bc *bitmapContainer) clone() container {
417 ptr := bitmapContainer{bc.cardinality, make([]uint64, len(bc.bitmap))}

Callers 2

iandNotArrayMethod · 0.95
iandNotRun16Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected