Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/caddy
/ Error
Method
Error
cmd/cobra.go:166–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
}
165
166
func
(e *exitError) Error() string {
167
if
e.Err == nil {
168
return
fmt.Sprintf(
"exiting with status %d"
, e.ExitCode)
169
}
170
return
e.Err.Error()
171
}
Callers
6
upgradeBuild
Function · 0.45
cmdRun
Function · 0.45
cmdStop
Function · 0.45
TestListenTCPForPingbackReportsBothFailures
Function · 0.45
watchConfigFile
Function · 0.45
setResourceLimits
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestListenTCPForPingbackReportsBothFailures
Function · 0.36