MCPcopy
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
182func (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

StatusMethod · 0.65

Tested by

no test coverage detected