MCPcopy Create free account
hub / github.com/ethstorage/es-node / metaScanLoopRuntime

Method metaScanLoopRuntime

ethstorage/scanner/scanner.go:172–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170}
171
172func (s *Scanner) metaScanLoopRuntime() *scanLoopRuntime {
173 return &scanLoopRuntime{
174 mode: modeCheckMeta,
175 nextBatch: s.worker.getKvsInBatch,
176 interval: s.cfg.IntervalMeta,
177 batchSize: uint64(s.cfg.BatchSize),
178 nextIndex: 0,
179 }
180}
181
182func (s *Scanner) blobScanLoopRuntime() *scanLoopRuntime {
183 return &scanLoopRuntime{

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected