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

Function NewIterator

niterator/basic/iterator.go:17–22  ·  view source on GitHub ↗
(ap *shape.AP)

Source from the content-addressed store, hash-verified

15}
16
17func NewIterator(ap *shape.AP) *Iterator {
18 return &Iterator{
19 AP: ap,
20 Track: make([]int, len(ap.Shape)),
21 }
22}
23
24func (it *Iterator) IsDone() bool {
25 return it.Done

Callers 3

initFunction · 0.92
TestBasicFunction · 0.92
BenchmarkBasicFunction · 0.92

Calls

no outgoing calls

Tested by 3

initFunction · 0.74
TestBasicFunction · 0.74
BenchmarkBasicFunction · 0.74