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

Method getCardinality

bitmapcontainer.go:408–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406}
407
408func (bc *bitmapContainer) getCardinality() int {
409 return bc.cardinality
410}
411
412func (bc *bitmapContainer) isEmpty() bool {
413 return bc.cardinality == 0

Callers 8

equalsMethod · 0.95
iremoveRangeMethod · 0.95
inotMethod · 0.95
orArrayCardinalityMethod · 0.95
iandNotArrayMethod · 0.95
iandNotRun16Method · 0.95
iandNotBitmapSurelyMethod · 0.95
toEfficientContainerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected