MCPcopy Create free account
hub / github.com/docker/compose / Status

Method Status

cmd/compose/logs.go:133–139  ·  view source on GitHub ↗
(containerName, message string)

Source from the content-addressed store, hash-verified

131}
132
133func (l logConsumer) Status(containerName, message string) {
134 l.events.On(api.Resource{
135 ID: containerName,
136 Status: api.Error,
137 Text: message,
138 })
139}

Callers

nothing calls this directly

Calls 1

OnMethod · 0.65

Tested by

no test coverage detected