Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ ExitCode
Method
ExitCode
cmd/formatter/container.go:196–198 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
194
}
195
196
func
(c *ContainerContext) ExitCode() int {
197
return
c.c.ExitCode
198
}
199
200
func
(c *ContainerContext) State() string {
201
return
string(c.c.State)
Callers
2
resolveGitRef
Method · 0.80
TestUpDependenciesNotStopped
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestUpDependenciesNotStopped
Function · 0.64