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

Function TestInstruct

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

Source from the content-addressed store, hash-verified

114}
115
116func TestInstruct(t *testing.T) {
117 if skipUseless {
118 t.Skip("skipping useless approach")
119 }
120 testIterator(t, func(ap *shape.AP) Iterator { return instruct.NewIterator(ap) })
121}
122
123func BenchmarkInstruct(b *testing.B) {
124 if skipUseless {

Callers

nothing calls this directly

Calls 2

NewIteratorFunction · 0.92
testIteratorFunction · 0.85

Tested by

no test coverage detected