Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
type
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
renderInstall
Function · 0.65
getTweaks
Function · 0.65
renderRenameApp
Function · 0.65
makeManifest
Function · 0.65
writeFileResponse
Function · 0.65
uploadUnsignedApp
Function · 0.65
resignApp
Function · 0.65
startSign
Function · 0.65
renderIndex
Function · 0.65
writeArchive
Method · 0.65
loadProfile
Function · 0.65
GetFiles
Method · 0.65
Implementers
2
envProfile
src/storage/profile_env.go
FileSystemBase
src/storage/filesystem.go
Calls
no outgoing calls
Tested by
no test coverage detected