MCPcopy
hub / github.com/docker/compose / Status

Method Status

cmd/formatter/logs.go:132–136  ·  view source on GitHub ↗
(container, msg string)

Source from the content-addressed store, hash-verified

130}
131
132func (l *logConsumer) Status(container, msg string) {
133 p := l.getPresenter(container)
134 s := p.colors(fmt.Sprintf("%s%s %s\n", goterm.RESET_LINE, container, msg))
135 l.stdout.Write([]byte(s)) //nolint:errcheck
136}
137
138func (l *logConsumer) computeWidth() {
139 width := 0

Callers

nothing calls this directly

Calls 2

getPresenterMethod · 0.95
WriteMethod · 0.45

Tested by

no test coverage detected