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

Function TestUnrollInverse

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

Source from the content-addressed store, hash-verified

402}
403
404func TestUnrollInverse(t *testing.T) {
405 testIterator(t, func(ap *shape.AP) Iterator { return unrollinverse.NewIterator(ap) })
406}
407
408func BenchmarkUnrollInverse(b *testing.B) {
409 for api, testsize := range testSizes {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected