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

Method In

pkg/mocks/mock_docker_cli.go:172–175  ·  view source on GitHub ↗

In indicates an expected call of In.

()

Source from the content-addressed store, hash-verified

170
171// In indicates an expected call of In.
172func (mr *MockCliMockRecorder) In() *gomock.Call {
173 mr.mock.ctrl.T.Helper()
174 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "In", reflect.TypeOf((*MockCli)(nil).In))
175}
176
177// MeterProvider mocks base method.
178func (m *MockCli) MeterProvider() metric.MeterProvider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected