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

Method Commit

pkg/mocks/mock_docker_compose_api.go:81–84  ·  view source on GitHub ↗

Commit indicates an expected call of Commit.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

79
80// Commit indicates an expected call of Commit.
81func (mr *MockComposeMockRecorder) Commit(ctx, projectName, options any) *gomock.Call {
82 mr.mock.ctrl.T.Helper()
83 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Commit", reflect.TypeOf((*MockCompose)(nil).Commit), ctx, projectName, options)
84}
85
86// Copy mocks base method.
87func (m *MockCompose) Copy(ctx context.Context, projectName string, options api.CopyOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected