Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Iterator
Struct
Iterator
niterator/unrollinreversebool/iterator.go:13–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
type
Iterator
struct
{
14
*shape.AP
15
16
Track [4]Index
17
NextIndex uint32
18
Done bool
19
}
20
21
func
NewIterator(ap *shape.AP) *Iterator {
22
track := [4]Index{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected