Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tilt-dev/tilt
/ Error
Method
Error
internal/docker/client.go:133–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
func
(e ExitError) Error() string {
134
return
fmt.Sprintf(
"Exec command exited with status code: %d"
, e.ExitCode)
135
}
136
137
func
IsExitError(err error) bool {
138
_, ok := err.(ExitError)
Callers
15
TestJobFail
Function · 0.45
KillProcs
Method · 0.45
Report
Method · 0.45
TestEnvInit
Function · 0.45
TestValidateName
Function · 0.45
NewDevServer
Function · 0.45
TestDCTargetValidate
Function · 0.45
TestTopSort
Function · 0.45
TestDoesNotValidate
Function · 0.45
validateAsSubfield
Method · 0.45
GetVersionOrSHAFromSnapshotV3
Function · 0.45
GetVersionOrSHAFromSnapshotV2
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestJobFail
Function · 0.36
KillProcs
Method · 0.36
TestEnvInit
Function · 0.36
TestValidateName
Function · 0.36
TestDCTargetValidate
Function · 0.36
TestTopSort
Function · 0.36
TestDoesNotValidate
Function · 0.36
TestParseHelmV2Version
Function · 0.36
TestHelmUnknownVersionError
Function · 0.36
TestLoadTypoManifest
Function · 0.36
TestFilterYamlNoMatch
Function · 0.36
TestYamlNone
Function · 0.36