Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/RoaringBitmap/roaring
/ hasNext
Method
hasNext
bitmapcontainer.go:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
func
(bcsi *bitmapContainerShortIterator) hasNext() bool {
145
return
bcsi.i >= 0
146
}
147
148
func
(bcsi *bitmapContainerShortIterator) peekNext() uint16 {
149
return
uint16(bcsi.i)
Callers
2
iterate
Method · 0.95
advanceIfNeeded
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected