MCPcopy 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
40func (u *upload) GetData() (ReadonlyFile, error) {
41 return u.GetFile(FSName(u.id))
42}
43
44func (u *upload) GetInfo() (handler.FileInfo, error) {
45 fileName := FSName(u.id + ".info")

Callers

nothing calls this directly

Calls 2

FSNameTypeAlias · 0.85
GetFileMethod · 0.65

Tested by

no test coverage detected