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

Struct Iterator

niterator/unroll/iterator.go:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type Iterator struct {
16 *shape.AP
17
18 Track [4]Index
19 NextIndex uint32
20 Done bool
21}
22
23func NewIterator(ap *shape.AP) *Iterator {
24 track := [4]Index{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected