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

Method CurrentContext

pkg/mocks/mock_docker_cli.go:116–119  ·  view source on GitHub ↗

CurrentContext indicates an expected call of CurrentContext.

()

Source from the content-addressed store, hash-verified

114
115// CurrentContext indicates an expected call of CurrentContext.
116func (mr *MockCliMockRecorder) CurrentContext() *gomock.Call {
117 mr.mock.ctrl.T.Helper()
118 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CurrentContext", reflect.TypeOf((*MockCli)(nil).CurrentContext))
119}
120
121// CurrentVersion mocks base method.
122func (m *MockCli) CurrentVersion() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected