In indicates an expected call of In.
()
| 170 | |
| 171 | // In indicates an expected call of In. |
| 172 | func (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. |
| 178 | func (m *MockCli) MeterProvider() metric.MeterProvider { |
nothing calls this directly
no outgoing calls
no test coverage detected