Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
408
func
(bc *bitmapContainer) getCardinality() int {
409
return
bc.cardinality
410
}
411
412
func
(bc *bitmapContainer) isEmpty() bool {
413
return
bc.cardinality == 0
Callers
8
equals
Method · 0.95
iremoveRange
Method · 0.95
inot
Method · 0.95
orArrayCardinality
Method · 0.95
iandNotArray
Method · 0.95
iandNotRun16
Method · 0.95
iandNotBitmapSurely
Method · 0.95
toEfficientContainer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected