Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/olric-data/olric
/ resetPage
Method
resetPage
cluster_iterator.go:179–184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
177
}
178
179
func
(i *ClusterIterator) resetPage() {
180
if
len(i.page) != 0 {
181
i.page = []string{}
182
}
183
i.pos = 0
184
}
185
186
func
(i *ClusterIterator) fetchData() error {
187
i.config.Replica = false
Callers
2
reset
Method · 0.95
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected