Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
func
(h *healTask) insert(list []uint64) {
84
for
_, idx :=
range
list {
85
h.Indexes[idx] = 0
86
}
87
}
88
89
func
(h *healTask) refresh(list []uint64) {
90
t := time.Now().UnixMilli()
Callers
2
OnBlobsByRange
Method · 0.80
TestSaveAndLoadSyncStatus
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestSaveAndLoadSyncStatus
Function · 0.64