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

Struct app

src/storage/app.go:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type app struct {
82 mu sync.RWMutex
83 id string
84 FileSystemBase
85}
86
87func (a *app) delete() error {
88 a.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected