MCPcopy
hub / github.com/docker/compose / ContextStore

Method ContextStore

pkg/mocks/mock_docker_cli.go:94–99  ·  view source on GitHub ↗

ContextStore mocks base method.

()

Source from the content-addressed store, hash-verified

92
93// ContextStore mocks base method.
94func (m *MockCli) ContextStore() store.Store {
95 m.ctrl.T.Helper()
96 ret := m.ctrl.Call(m, "ContextStore")
97 ret0, _ := ret[0].(store.Store)
98 return ret0
99}
100
101// ContextStore indicates an expected call of ContextStore.
102func (mr *MockCliMockRecorder) ContextStore() *gomock.Call {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected