| 3765 | } |
| 3766 | |
| 3767 | ReporterPreferences getPreferences() const override { |
| 3768 | return m_reporterPrefs; |
| 3769 | } |
| 3770 | |
| 3771 | static std::set<Verbosity> getSupportedVerbosities() { |
| 3772 | return { Verbosity::Normal }; |
nothing calls this directly
no outgoing calls
no test coverage detected