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

Method Status

pkg/compose/watch_test.go:72–74  ·  view source on GitHub ↗
(containerName, msg string)

Source from the content-addressed store, hash-verified

70}
71
72func (s stdLogger) Status(containerName, msg string) {
73 fmt.Printf("%s: %s\n", containerName, msg)
74}
75
76func TestWatch_Sync(t *testing.T) {
77 mockCtrl := gomock.NewController(t)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected