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

Method Pull

pkg/mocks/mock_docker_compose_api.go:319–324  ·  view source on GitHub ↗

Pull mocks base method.

(ctx context.Context, project *types.Project, options api.PullOptions)

Source from the content-addressed store, hash-verified

317
318// Pull mocks base method.
319func (m *MockCompose) Pull(ctx context.Context, project *types.Project, options api.PullOptions) error {
320 m.ctrl.T.Helper()
321 ret := m.ctrl.Call(m, "Pull", ctx, project, options)
322 ret0, _ := ret[0].(error)
323 return ret0
324}
325
326// Pull indicates an expected call of Pull.
327func (mr *MockComposeMockRecorder) Pull(ctx, project, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected