MCPcopy
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
404func (bc *bitmapContainer) isFull() bool {
405 return bc.cardinality == int(MaxUint16)+1
406}
407
408func (bc *bitmapContainer) getCardinality() int {
409 return bc.cardinality

Callers 4

iaddReturnMinimizedMethod · 0.95
iorMethod · 0.95
iorArrayMethod · 0.95
iorBitmapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected