Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ getShortIterator
Method
getShortIterator
bitmapcontainer.go:162–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
}
161
162
func
(bc *bitmapContainer) getShortIterator() shortPeekable {
163
return
newBitmapContainerShortIterator(bc)
164
}
165
166
type
reverseBitmapContainerShortIterator
struct
{
167
ptr *bitmapContainer
Callers
2
String
Method · 0.95
equals
Method · 0.95
Calls
1
newBitmapContainerShortIterator
Function · 0.85
Tested by
no test coverage detected