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

Method Start

cmd/display/quiet.go:31–32  ·  view source on GitHub ↗
(_ context.Context, _ string)

Source from the content-addressed store, hash-verified

29type quiet struct{}
30
31func (q *quiet) Start(_ context.Context, _ string) {
32}
33
34func (q *quiet) Done(_ string, _ bool) {
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected