MCPcopy 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

31type Profile interface {
32 GetId() string
33 GetFiles() ([]fileGetter, error)
34 IsAccount() (bool, error)
35 FileSystem
36}

Callers 1

writeArchiveMethod · 0.65

Implementers 2

envProfilesrc/storage/profile_env.go
profilesrc/storage/profile.go

Calls

no outgoing calls

Tested by

no test coverage detected