(self, project_roots)
| 1457 | return False |
| 1458 | |
| 1459 | def set_project_roots(self, project_roots): |
| 1460 | self._files_filtering.set_project_roots(project_roots) |
| 1461 | self._clear_caches() |
| 1462 | |
| 1463 | def set_exclude_filters(self, exclude_filters): |
| 1464 | self._files_filtering.set_exclude_filters(exclude_filters) |
nothing calls this directly
no test coverage detected