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

Method Error

src/storage/profile_env.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (e *MissingData) Error() string {
22 return "missing " + e.string
23}
24
25// Attempts to parse a Profile from environment variables.
26// Returns os.ErrNotExist if variables are missing, otherwise any other error.

Callers 1

uploadUnsignedAppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected