Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
func
NewIterator(ap *shape.AP) *Iterator {
18
return
&Iterator{
19
AP: ap,
20
Track: make([]int, len(ap.Shape)),
21
}
22
}
23
24
func
(it *Iterator) IsDone() bool {
25
return
it.Done
Callers
3
init
Function · 0.92
TestBasic
Function · 0.92
BenchmarkBasic
Function · 0.92
Calls
no outgoing calls
Tested by
3
init
Function · 0.74
TestBasic
Function · 0.74
BenchmarkBasic
Function · 0.74