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

Function loadApp

src/storage/app.go:37–39  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

35}
36
37func loadApp(id string) App {
38 return newApp(id)
39}
40
41func createApp(unsignedFile io.Reader, name string, profile Profile, signArgs string, userBundleId string, builderId string, tweakMap map[string]io.Reader) (App, error) {
42 app := newApp(uuid.NewString())

Callers 1

refreshMethod · 0.85

Calls 1

newAppFunction · 0.85

Tested by

no test coverage detected