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

Method insert

ethstorage/p2p/protocol/task.go:83–87  ·  view source on GitHub ↗
(list []uint64)

Source from the content-addressed store, hash-verified

81}
82
83func (h *healTask) insert(list []uint64) {
84 for _, idx := range list {
85 h.Indexes[idx] = 0
86 }
87}
88
89func (h *healTask) refresh(list []uint64) {
90 t := time.Now().UnixMilli()

Callers 2

OnBlobsByRangeMethod · 0.80

Calls

no outgoing calls

Tested by 1