MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / TestBitmapIteratorAdvance

Function TestBitmapIteratorAdvance

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

Source from the content-addressed store, hash-verified

201}
202
203func TestBitmapIteratorAdvance(t *testing.T) {
204 testContainerIteratorAdvance(t, newBitmapContainer())
205}
206
207// go test -bench BenchmarkShortIteratorAdvance -run -
208func BenchmarkShortIteratorAdvanceBitmap(b *testing.B) {

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…