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

Function TestBasic

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

Source from the content-addressed store, hash-verified

92}
93
94func TestBasic(t *testing.T) {
95 testIterator(t, func(ap *shape.AP) Iterator { return basic.NewIterator(ap) })
96}
97
98func BenchmarkBasic(b *testing.B) {
99 for api, testsize := range testSizes {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected