Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RoaringBitmap/roaring
/ isEmpty
Method
isEmpty
arraycontainer.go:954–956 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
952
}
953
954
func
(ac *arrayContainer) isEmpty() bool {
955
return
len(ac.content) == 0
956
}
957
958
func
(ac *arrayContainer) rank(x uint16) int {
959
answer := binarySearch(ac.content, x)
Callers
1
iandNotRun16
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected