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

Method Err

pkg/compose/logs_test.go:237–239  ·  view source on GitHub ↗
(containerName, message string)

Source from the content-addressed store, hash-verified

235}
236
237func (l *testLogConsumer) Err(containerName, message string) {
238 l.Log(containerName, message)
239}
240
241func (l *testLogConsumer) Status(containerName, msg string) {}
242

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected