Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/RoaringBitmap/roaring
/ shortIterator
Struct
shortIterator
shortiterator.go:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
type
shortIterator
struct
{
15
slice []uint16
16
loc int
17
}
18
19
func
(si *shortIterator) hasNext() bool {
20
return
si.loc < len(si.slice)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected