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

Method ConfigFile

pkg/mocks/mock_docker_cli.go:88–91  ·  view source on GitHub ↗

ConfigFile indicates an expected call of ConfigFile.

()

Source from the content-addressed store, hash-verified

86
87// ConfigFile indicates an expected call of ConfigFile.
88func (mr *MockCliMockRecorder) ConfigFile() *gomock.Call {
89 mr.mock.ctrl.T.Helper()
90 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ConfigFile", reflect.TypeOf((*MockCli)(nil).ConfigFile))
91}
92
93// ContextStore mocks base method.
94func (m *MockCli) ContextStore() store.Store {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected