Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SignTools/SignTools
/ loadUpload
Function
loadUpload
src/storage/upload_resolver.go:40–42 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
loadUpload(id string) Upload {
41
return
newUpload(id)
42
}
43
44
func
(r *uploadResolver) Add(id string) Upload {
45
r.mu.Lock()
Callers
1
refresh
Method · 0.85
Calls
1
newUpload
Function · 0.85
Tested by
no test coverage detected