Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
func
(t *task) String() string {
41
return
fmt.Sprintf(
"task[%d]: %q"
, t.ID, t.destPath())
42
}
43
44
type
makeRequestOption
struct
{
45
useragent string
Callers
2
download
Method · 0.95
getMirrorInfo
Function · 0.80
Calls
1
destPath
Method · 0.95
Tested by
no test coverage detected