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

Method Up

pkg/mocks/mock_docker_compose_api.go:469–472  ·  view source on GitHub ↗

Up indicates an expected call of Up.

(ctx, project, options any)

Source from the content-addressed store, hash-verified

467
468// Up indicates an expected call of Up.
469func (mr *MockComposeMockRecorder) Up(ctx, project, options any) *gomock.Call {
470 mr.mock.ctrl.T.Helper()
471 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Up", reflect.TypeOf((*MockCompose)(nil).Up), ctx, project, options)
472}
473
474// Viz mocks base method.
475func (m *MockCompose) Viz(ctx context.Context, project *types.Project, options api.VizOptions) (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected