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

Method Done

pkg/compose/executor_test.go:39–39  ·  view source on GitHub ↗
(_ string, _ bool)

Source from the content-addressed store, hash-verified

37func (noopEventProcessor) Start(_ context.Context, _ string) {}
38func (noopEventProcessor) On(_ ...api.Resource) {}
39func (noopEventProcessor) Done(_ string, _ bool) {}
40
41func newTestService(t *testing.T) (*composeService, *mocks.MockAPIClient) {
42 t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected