MCPcopy Create free account
hub / github.com/Code-Hex/pget / String

Method String

download.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (t *task) String() string {
41 return fmt.Sprintf("task[%d]: %q", t.ID, t.destPath())
42}
43
44type makeRequestOption struct {
45 useragent string

Callers 2

downloadMethod · 0.95
getMirrorInfoFunction · 0.80

Calls 1

destPathMethod · 0.95

Tested by

no test coverage detected