MCPcopy 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
40func loadUpload(id string) Upload {
41 return newUpload(id)
42}
43
44func (r *uploadResolver) Add(id string) Upload {
45 r.mu.Lock()

Callers 1

refreshMethod · 0.85

Calls 1

newUploadFunction · 0.85

Tested by

no test coverage detected