MCPcopy Index your code
hub / github.com/SignTools/SignTools / IsSigned

Method IsSigned

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

Source from the content-addressed store, hash-verified

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

Callers 1

renderIndexFunction · 0.65

Implementers 1

appsrc/storage/app.go

Calls

no outgoing calls

Tested by

no test coverage detected