MCPcopy
hub / github.com/RoaringBitmap/roaring / TestBitmapIteratorPeekNext

Function TestBitmapIteratorPeekNext

bitmapcontainer_test.go:199–201  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

197}
198
199func TestBitmapIteratorPeekNext(t *testing.T) {
200 testContainerIteratorPeekNext(t, newBitmapContainer())
201}
202
203func TestBitmapIteratorAdvance(t *testing.T) {
204 testContainerIteratorAdvance(t, newBitmapContainer())

Callers

nothing calls this directly

Calls 2

newBitmapContainerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…