MCPcopy
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.
139type ProtocolStateStore interface {
140 Load(v any) (bool, error)
141 Save(v any) error
142 Delete() error
143}

Callers 15

SetupMethod · 0.65
ClearMethod · 0.65
StartMethod · 0.65
ProgressMethod · 0.65
WaitMethod · 0.65
doUploadMethod · 0.65
addTorrentMethod · 0.65
LoadMethod · 0.65
buildFastFailClientMethod · 0.65
getStateMethod · 0.65
updateMaxConnTimeMethod · 0.65
ResolveMethod · 0.65

Implementers 1

protocolStateStorepkg/download/downloader.go

Calls

no outgoing calls

Tested by 1