MCPcopy Index your code
hub / github.com/SignTools/SignTools / GetFile

Method GetFile

src/storage/filesystem.go:20–20  ·  view source on GitHub ↗
(FSName)

Source from the content-addressed store, hash-verified

18type FileSystem interface {
19 GetString(FSName) (string, error)
20 GetFile(FSName) (ReadonlyFile, error)
21 SetString(FSName, string) error
22 SetFile(FSName, io.Reader) error
23 RemoveFile(FSName) error

Callers 11

TestIntegrationFunction · 0.65
getTweaksFunction · 0.65
getSignedAppFunction · 0.65
getUnsignedAppJobFunction · 0.65
getUnsignedAppFunction · 0.65
uploadUnsignedAppFunction · 0.65
writeArchiveMethod · 0.65
GetDataMethod · 0.65
GetInfoMethod · 0.65
loadProfileFunction · 0.65
GetFilesMethod · 0.65

Implementers 2

envProfilesrc/storage/profile_env.go
FileSystemBasesrc/storage/filesystem.go

Calls

no outgoing calls

Tested by 1

TestIntegrationFunction · 0.52