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

Function NewIterator

niterator/ordone/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 2

TestOrdoneFunction · 0.92
BenchmarkOrdoneFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestOrdoneFunction · 0.74
BenchmarkOrdoneFunction · 0.74