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

Function TestArrayIteratorPeekNext

arraycontainer_test.go:374–376  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

372}
373
374func TestArrayIteratorPeekNext(t *testing.T) {
375 testContainerIteratorPeekNext(t, newArrayContainer())
376}
377
378func TestArrayIteratorAdvance(t *testing.T) {
379 testContainerIteratorAdvance(t, newArrayContainer())

Callers

nothing calls this directly

Calls 2

newArrayContainerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…