Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SignTools/SignTools
/ GetData
Method
GetData
src/storage/upload.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(u *upload) GetData() (ReadonlyFile, error) {
41
return
u.GetFile(FSName(u.id))
42
}
43
44
func
(u *upload) GetInfo() (handler.FileInfo, error) {
45
fileName := FSName(u.id +
".info"
)
Callers
nothing calls this directly
Calls
2
FSName
TypeAlias · 0.85
GetFile
Method · 0.65
Tested by
no test coverage detected