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

Method Images

pkg/mocks/mock_docker_compose_api.go:196–199  ·  view source on GitHub ↗

Images indicates an expected call of Images.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

194
195// Images indicates an expected call of Images.
196func (mr *MockComposeMockRecorder) Images(ctx, projectName, options any) *gomock.Call {
197 mr.mock.ctrl.T.Helper()
198 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Images", reflect.TypeOf((*MockCompose)(nil).Images), ctx, projectName, options)
199}
200
201// Kill mocks base method.
202func (m *MockCompose) Kill(ctx context.Context, projectName string, options api.KillOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected