| 3880 | ~CumulativeReporterBase() override = default; |
| 3881 | |
| 3882 | ReporterPreferences getPreferences() const override { |
| 3883 | return m_reporterPrefs; |
| 3884 | } |
| 3885 | |
| 3886 | static std::set<Verbosity> getSupportedVerbosities() { |
| 3887 | return { Verbosity::Normal }; |
nothing calls this directly
no outgoing calls
no test coverage detected