MCPcopy Create free account
hub / github.com/egonelbre/exp / TestOnearrRevAdvance

Function TestOnearrRevAdvance

niterator/iterator_test.go:244–246  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

242}
243
244func TestOnearrRevAdvance(t *testing.T) {
245 testIterator(t, func(ap *shape.AP) Iterator { return onearrrevadvance.NewIterator(ap) })
246}
247
248func BenchmarkOnearrRevAdvance(b *testing.B) {
249 for api, testsize := range testSizes {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected