Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/RoaringBitmap/roaring
/ peekNext
Method
peekNext
bitmapcontainer.go:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
func
(bcsi *bitmapContainerShortIterator) peekNext() uint16 {
149
return
uint16(bcsi.i)
150
}
151
152
func
(bcsi *bitmapContainerShortIterator) advanceIfNeeded(minval uint16) {
153
if
bcsi.hasNext() && bcsi.peekNext() < minval {
Callers
1
advanceIfNeeded
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected