MCPcopy
hub / github.com/homeport/dyff / Error

Method Error

internal/cmd/exitcode.go:46–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (e errorWithExitCode) Error() string {
47 if e.cause != nil {
48 return e.cause.Error()
49 }
50
51 return ""
52}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected