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

Function TestPremul

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

Source from the content-addressed store, hash-verified

170}
171
172func TestPremul(t *testing.T) {
173 if skipUseless {
174 t.Skip("skipping useless approach")
175 }
176 testIterator(t, func(ap *shape.AP) Iterator { return premul.NewIterator(ap) })
177}
178
179func BenchmarkPremul(b *testing.B) {
180 if skipUseless {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected