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

Method Images

pkg/mocks/mock_docker_compose_api.go:187–193  ·  view source on GitHub ↗

Images mocks base method.

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

Source from the content-addressed store, hash-verified

185
186// Images mocks base method.
187func (m *MockCompose) Images(ctx context.Context, projectName string, options api.ImagesOptions) (map[string]api.ImageSummary, error) {
188 m.ctrl.T.Helper()
189 ret := m.ctrl.Call(m, "Images", ctx, projectName, options)
190 ret0, _ := ret[0].(map[string]api.ImageSummary)
191 ret1, _ := ret[1].(error)
192 return ret0, ret1
193}
194
195// Images indicates an expected call of Images.
196func (mr *MockComposeMockRecorder) Images(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected