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

Method Out

pkg/mocks/mock_docker_cli.go:200–203  ·  view source on GitHub ↗

Out indicates an expected call of Out.

()

Source from the content-addressed store, hash-verified

198
199// Out indicates an expected call of Out.
200func (mr *MockCliMockRecorder) Out() *gomock.Call {
201 mr.mock.ctrl.T.Helper()
202 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Out", reflect.TypeOf((*MockCli)(nil).Out))
203}
204
205// Resource mocks base method.
206func (m *MockCli) Resource() *resource.Resource {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected