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

Method On

pkg/compose/executor_test.go:38–38  ·  view source on GitHub ↗
(_ ...api.Resource)

Source from the content-addressed store, hash-verified

36
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected