MCPcopy
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
179func (i *ClusterIterator) resetPage() {
180 if len(i.page) != 0 {
181 i.page = []string{}
182 }
183 i.pos = 0
184}
185
186func (i *ClusterIterator) fetchData() error {
187 i.config.Replica = false

Callers 2

resetMethod · 0.95
nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected