EvalSymlinks indicates an expected call of EvalSymlinks.
(arg0 any)
| 53 | |
| 54 | // EvalSymlinks indicates an expected call of EvalSymlinks. |
| 55 | func (mr *MockmounterMockRecorder) EvalSymlinks(arg0 any) *gomock.Call { |
| 56 | mr.mock.ctrl.T.Helper() |
| 57 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "EvalSymlinks", reflect.TypeOf((*Mockmounter)(nil).EvalSymlinks), arg0) |
| 58 | } |
| 59 | |
| 60 | // GetMounts mocks base method. |
| 61 | func (m *Mockmounter) GetMounts() ([]*procfs.MountInfo, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected