Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SignTools/SignTools
/ GetFiles
Method
GetFiles
src/storage/profile.go:33–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
type
Profile
interface
{
32
GetId() string
33
GetFiles() ([]fileGetter, error)
34
IsAccount() (bool, error)
35
FileSystem
36
}
Callers
1
writeArchive
Method · 0.65
Implementers
2
envProfile
src/storage/profile_env.go
profile
src/storage/profile.go
Calls
no outgoing calls
Tested by
no test coverage detected