MCPcopy 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
19func (si *shortIterator) hasNext() bool {
20 return si.loc < len(si.slice)
21}
22
23func (si *shortIterator) next() uint16 {
24 a := si.slice[si.loc]

Callers 2

iterateMethod · 0.95
advanceIfNeededMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected