Stat indicates an expected call of Stat.
(arg0 any)
| 155 | |
| 156 | // Stat indicates an expected call of Stat. |
| 157 | func (mr *MockmounterMockRecorder) Stat(arg0 any) *gomock.Call { |
| 158 | mr.mock.ctrl.T.Helper() |
| 159 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Stat", reflect.TypeOf((*Mockmounter)(nil).Stat), arg0) |
| 160 | } |
| 161 | |
| 162 | // Unmount mocks base method. |
| 163 | func (m *Mockmounter) Unmount(arg0 string, arg1 int) error { |
nothing calls this directly
no outgoing calls
no test coverage detected