Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
func
(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
Error
Method · 0.65
Tested by
no test coverage detected