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

Struct appResolver

src/storage/app_resolver.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type appResolver struct {
19 idToAppMap map[string]App
20 mutex sync.Mutex
21}
22
23func (r *appResolver) refresh() error {
24 r.mutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected