Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1822
func
(rc *runContainer16) isFull() bool {
1823
return
(len(rc.iv) == 1) && ((rc.iv[0].start == 0) && (rc.iv[0].last() == MaxUint16))
1824
}
1825
1826
func
(rc *runContainer16) and(a container) container {
1827
if
rc.isFull() {
Callers
4
and
Method · 0.95
iand
Method · 0.95
or
Method · 0.95
ior
Method · 0.95
Calls
1
last
Method · 0.80
Tested by
no test coverage detected