Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GopeedLab/gopeed
/ Load
Method
Load
internal/fetcher/fetcher.go:140–140 ·
view source on GitHub ↗
(v any)
Source
from the content-addressed store, hash-verified
138
// when state should be loaded or flushed.
139
type
ProtocolStateStore
interface
{
140
Load(v any) (bool, error)
141
Save(v any) error
142
Delete() error
143
}
Callers
15
Setup
Method · 0.65
Clear
Method · 0.65
Start
Method · 0.65
Progress
Method · 0.65
Wait
Method · 0.65
doUpload
Method · 0.65
addTorrent
Method · 0.65
Load
Method · 0.65
buildFastFailClient
Method · 0.65
getState
Method · 0.65
updateMaxConnTime
Method · 0.65
Resolve
Method · 0.65
Implementers
1
protocolStateStore
pkg/download/downloader.go
Calls
no outgoing calls
Tested by
1
TestFetcher_AsyncPrefetch
Function · 0.52