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

Function TestUnroll

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

Source from the content-addressed store, hash-verified

358}
359
360func TestUnroll(t *testing.T) {
361 testIterator(t, func(ap *shape.AP) Iterator { return unroll.NewIterator(ap) })
362}
363
364func BenchmarkUnroll(b *testing.B) {
365 for api, testsize := range testSizes {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected