Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoaringBitmap/roaring
/ hasNext
Method
hasNext
shortiterator.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(si *shortIterator) hasNext() bool {
20
return
si.loc < len(si.slice)
21
}
22
23
func
(si *shortIterator) next() uint16 {
24
a := si.slice[si.loc]
Callers
2
iterate
Method · 0.95
advanceIfNeeded
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected