MCPcopy Create free account
hub / github.com/SignTools/SignTools / upload

Struct upload

src/storage/upload.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type upload struct {
23 id string
24 mu sync.Mutex
25 FileSystemBase
26}
27
28func (u *upload) GetId() string {
29 return u.id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected