Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ isFull
Method
isFull
bitmapcontainer.go:404–406 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
402
}
403
404
func
(bc *bitmapContainer) isFull() bool {
405
return
bc.cardinality == int(MaxUint16)+1
406
}
407
408
func
(bc *bitmapContainer) getCardinality() int {
409
return
bc.cardinality
Callers
4
iaddReturnMinimized
Method · 0.95
ior
Method · 0.95
iorArray
Method · 0.95
iorBitmap
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected