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

Method Copy

pkg/mocks/mock_docker_compose_api.go:87–92  ·  view source on GitHub ↗

Copy mocks base method.

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

Source from the content-addressed store, hash-verified

85
86// Copy mocks base method.
87func (m *MockCompose) Copy(ctx context.Context, projectName string, options api.CopyOptions) error {
88 m.ctrl.T.Helper()
89 ret := m.ctrl.Call(m, "Copy", ctx, projectName, options)
90 ret0, _ := ret[0].(error)
91 return ret0
92}
93
94// Copy indicates an expected call of Copy.
95func (mr *MockComposeMockRecorder) Copy(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected