Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
type
upload
struct
{
23
id string
24
mu sync.Mutex
25
FileSystemBase
26
}
27
28
func
(u *upload) GetId() string {
29
return
u.id
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected