MCPcopy Create free account
hub / github.com/SignTools/SignTools / GetId

Method GetId

src/storage/app.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28type App interface {
29 GetId() string
30 IsSigned() (bool, error)
31 GetModTime() (time.Time, error)
32 ResetModTime() error

Callers 13

renderInstallFunction · 0.65
set2FAFunction · 0.65
deleteAppFunction · 0.65
makeManifestFunction · 0.65
startSignFunction · 0.65
logErrAppFunction · 0.65
renderIndexFunction · 0.65
NewMethod · 0.65
DeleteMethod · 0.65
CleanupMethod · 0.65
DeleteMethod · 0.65
refreshMethod · 0.65

Implementers 1

appsrc/storage/app.go

Calls

no outgoing calls

Tested by

no test coverage detected