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

Method Start

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

Source from the content-addressed store, hash-verified

35type noopEventProcessor struct{}
36
37func (noopEventProcessor) Start(_ context.Context, _ string) {}
38func (noopEventProcessor) On(_ ...api.Resource) {}
39func (noopEventProcessor) Done(_ string, _ bool) {}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected