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

Method Pull

pkg/mocks/mock_docker_compose_api.go:327–330  ·  view source on GitHub ↗

Pull indicates an expected call of Pull.

(ctx, project, options any)

Source from the content-addressed store, hash-verified

325
326// Pull indicates an expected call of Pull.
327func (mr *MockComposeMockRecorder) Pull(ctx, project, options any) *gomock.Call {
328 mr.mock.ctrl.T.Helper()
329 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Pull", reflect.TypeOf((*MockCompose)(nil).Pull), ctx, project, options)
330}
331
332// Push mocks base method.
333func (m *MockCompose) Push(ctx context.Context, project *types.Project, options api.PushOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected