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

Method Commit

pkg/mocks/mock_docker_compose_api.go:73–78  ·  view source on GitHub ↗

Commit mocks base method.

(ctx context.Context, projectName string, options api.CommitOptions)

Source from the content-addressed store, hash-verified

71
72// Commit mocks base method.
73func (m *MockCompose) Commit(ctx context.Context, projectName string, options api.CommitOptions) error {
74 m.ctrl.T.Helper()
75 ret := m.ctrl.Call(m, "Commit", ctx, projectName, options)
76 ret0, _ := ret[0].(error)
77 return ret0
78}
79
80// Commit indicates an expected call of Commit.
81func (mr *MockComposeMockRecorder) Commit(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected