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

Function TestOnearrRev

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

Source from the content-addressed store, hash-verified

220}
221
222func TestOnearrRev(t *testing.T) {
223 testIterator(t, func(ap *shape.AP) Iterator { return onearrrev.NewIterator(ap) })
224}
225
226func BenchmarkOnearrRev(b *testing.B) {
227 for api, testsize := range testSizes {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected