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

Function TestOnearrPremul

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

Source from the content-addressed store, hash-verified

308}
309
310func TestOnearrPremul(t *testing.T) {
311 if skipUseless {
312 t.Skip("skipping useless approach")
313 }
314 testIterator(t, func(ap *shape.AP) Iterator { return onearrpremul.NewIterator(ap) })
315}
316
317func BenchmarkOnearrPremul(b *testing.B) {
318 if skipUseless {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected