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

Function TestSpecialize

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

Source from the content-addressed store, hash-verified

336}
337
338func TestSpecialize(t *testing.T) {
339 testIterator(t, func(ap *shape.AP) Iterator { return specialize.NewIterator(ap) })
340}
341
342func BenchmarkSpecialize(b *testing.B) {
343 for api, testsize := range testSizes {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected