Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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
23
RemoveFile(FSName) error
Callers
11
TestIntegration
Function · 0.65
getTweaks
Function · 0.65
getSignedApp
Function · 0.65
getUnsignedAppJob
Function · 0.65
getUnsignedApp
Function · 0.65
uploadUnsignedApp
Function · 0.65
writeArchive
Method · 0.65
GetData
Method · 0.65
GetInfo
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
1
TestIntegration
Function · 0.52