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

Function TestOrdone

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

Source from the content-addressed store, hash-verified

142}
143
144func TestOrdone(t *testing.T) {
145 if skipUseless {
146 t.Skip("skipping useless approach")
147 }
148 testIterator(t, func(ap *shape.AP) Iterator { return ordone.NewIterator(ap) })
149}
150
151func BenchmarkOrdone(b *testing.B) {
152 if skipUseless {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected