Stat mocks base method.
(arg0 string)
| 146 | |
| 147 | // Stat mocks base method. |
| 148 | func (m *Mockmounter) Stat(arg0 string) (os.FileInfo, error) { |
| 149 | m.ctrl.T.Helper() |
| 150 | ret := m.ctrl.Call(m, "Stat", arg0) |
| 151 | ret0, _ := ret[0].(os.FileInfo) |
| 152 | ret1, _ := ret[1].(error) |
| 153 | return ret0, ret1 |
| 154 | } |
| 155 | |
| 156 | // Stat indicates an expected call of Stat. |
| 157 | func (mr *MockmounterMockRecorder) Stat(arg0 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected