| 17106 | } |
| 17107 | |
| 17108 | ReporterPreferences ListeningReporter::getPreferences() const { |
| 17109 | return m_preferences; |
| 17110 | } |
| 17111 | |
| 17112 | std::set<Verbosity> ListeningReporter::getSupportedVerbosities() { |
| 17113 | return std::set<Verbosity>{ }; |
no outgoing calls
no test coverage detected