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

Function TestOnearr

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

Source from the content-addressed store, hash-verified

198}
199
200func TestOnearr(t *testing.T) {
201 testIterator(t, func(ap *shape.AP) Iterator { return onearr.NewIterator(ap) })
202}
203
204func BenchmarkOnearr(b *testing.B) {
205 for api, testsize := range testSizes {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected