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

Method SetFile

src/storage/filesystem.go:22–22  ·  view source on GitHub ↗
(FSName, io.Reader)

Source from the content-addressed store, hash-verified

20 GetFile(FSName) (ReadonlyFile, error)
21 SetString(FSName, string) error
22 SetFile(FSName, io.Reader) error
23 RemoveFile(FSName) error
24 Stat(name FSName) (os.FileInfo, error)
25 MkDir(name FSName) error

Callers 2

uploadSignedAppFunction · 0.65
createAppFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected