-------------------------------------------------------------------------
| 113 | |
| 114 | //------------------------------------------------------------------------- |
| 115 | FilterAssistant::FilterAssistant(std::shared_ptr<IFileSystem> fileSystem) |
| 116 | : suggestedModuleFilter_{std::make_unique<SuggestedFilter>(fileSystem)}, |
| 117 | suggestedSourceFileFilter_{std::make_unique<SuggestedFilter>(fileSystem)} |
| 118 | { |
| 119 | } |
| 120 | |
| 121 | //------------------------------------------------------------------------- |
| 122 | FilterAssistant::~FilterAssistant() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected