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

Method CurrentVersion

pkg/mocks/mock_docker_cli.go:122–127  ·  view source on GitHub ↗

CurrentVersion mocks base method.

()

Source from the content-addressed store, hash-verified

120
121// CurrentVersion mocks base method.
122func (m *MockCli) CurrentVersion() string {
123 m.ctrl.T.Helper()
124 ret := m.ctrl.Call(m, "CurrentVersion")
125 ret0, _ := ret[0].(string)
126 return ret0
127}
128
129// CurrentVersion indicates an expected call of CurrentVersion.
130func (mr *MockCliMockRecorder) CurrentVersion() *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected