Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Status
Method
Status
cmd/formatter/logs.go:182–186 ·
view source on GitHub ↗
(container, msg string)
Source
from the content-addressed store, hash-verified
180
}
181
182
func
(l logDecorator) Status(container, msg string) {
183
l.Before()
184
l.decorated.Status(container, msg)
185
l.After()
186
}
Callers
nothing calls this directly
Calls
1
Status
Method · 0.65
Tested by
no test coverage detected