Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
type
App
interface
{
29
GetId() string
30
IsSigned() (bool, error)
31
GetModTime() (time.Time, error)
32
ResetModTime() error
33
delete() error
Callers
1
renderIndex
Function · 0.65
Implementers
1
app
src/storage/app.go
Calls
no outgoing calls
Tested by
no test coverage detected