MCPcopy 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
148func (bcsi *bitmapContainerShortIterator) peekNext() uint16 {
149 return uint16(bcsi.i)
150}
151
152func (bcsi *bitmapContainerShortIterator) advanceIfNeeded(minval uint16) {
153 if bcsi.hasNext() && bcsi.peekNext() < minval {

Callers 1

advanceIfNeededMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected