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

Method Start

pkg/compose/progress.go:129–130  ·  view source on GitHub ↗
(_ context.Context, _ string)

Source from the content-addressed store, hash-verified

127type ignore struct{}
128
129func (q *ignore) Start(_ context.Context, _ string) {
130}
131
132func (q *ignore) Done(_ string, _ bool) {
133}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected