MCPcopy
hub / github.com/containers/toolbox / Error

Method Error

src/cmd/run.go:1108–1110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1106}
1107
1108func (err *entryPointError) Error() string {
1109 return err.msg
1110}
1111
1112func (err *entryPointError) Is(target error) bool {
1113 targetErrMsg := target.Error()

Callers 1

IsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected