Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/RoaringBitmap/roaring
/ nextMany
Method
nextMany
manyiterator.go:4–4 ·
view source on GitHub ↗
(hs uint32, buf []uint32)
Source
from the content-addressed store, hash-verified
2
3
type
manyIterable
interface
{
4
nextMany(hs uint32, buf []uint32) int
5
nextMany64(hs uint64, buf []uint64) int
6
}
7
Callers
2
NextMany
Method · 0.65
TestRleRunIterator16
Function · 0.65
Implementers
3
bitmapContainerManyIterator
bitmapcontainer.go
shortIterator
shortiterator.go
runIterator16
runcontainer.go
Calls
no outgoing calls
Tested by
1
TestRleRunIterator16
Function · 0.52