MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / isFull

Method isFull

runcontainer.go:1822–1824  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1820}
1821
1822func (rc *runContainer16) isFull() bool {
1823 return (len(rc.iv) == 1) && ((rc.iv[0].start == 0) && (rc.iv[0].last() == MaxUint16))
1824}
1825
1826func (rc *runContainer16) and(a container) container {
1827 if rc.isFull() {

Callers 4

andMethod · 0.95
iandMethod · 0.95
orMethod · 0.95
iorMethod · 0.95

Calls 1

lastMethod · 0.80

Tested by

no test coverage detected