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

Method blobScanLoopRuntime

ethstorage/scanner/scanner.go:182–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182func (s *Scanner) blobScanLoopRuntime() *scanLoopRuntime {
183 return &scanLoopRuntime{
184 mode: modeCheckBlob,
185 nextBatch: s.worker.getKvsInBatch,
186 interval: s.cfg.IntervalBlob,
187 batchSize: uint64(s.cfg.BatchSize),
188 nextIndex: 0,
189 }
190}
191
192func (s *Scanner) blockScanLoopRuntime() *scanLoopRuntime {
193 return &scanLoopRuntime{

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected