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

Method GetString

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

Source from the content-addressed store, hash-verified

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

Callers 13

renderInstallFunction · 0.65
getTweaksFunction · 0.65
renderRenameAppFunction · 0.65
makeManifestFunction · 0.65
writeFileResponseFunction · 0.65
uploadUnsignedAppFunction · 0.65
resignAppFunction · 0.65
startSignFunction · 0.65
renderIndexFunction · 0.65
writeArchiveMethod · 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

no test coverage detected