MCPcopy
hub / github.com/olric-data/olric / fetchData

Method fetchData

cluster_iterator.go:186–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186func (i *ClusterIterator) fetchData() error {
187 i.config.Replica = false
188 if err := i.scanner(); err != nil {
189 return err
190 }
191
192 i.config.Replica = true
193 return i.scanner()
194}
195
196func (i *ClusterIterator) reset() {
197 i.partitionKeys = make(map[string]struct{})

Callers 1

nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected