| 17102 | } |
| 17103 | |
| 17104 | ReporterPreferences ListeningReporter::getPreferences() const { |
| 17105 | return m_preferences; |
| 17106 | } |
| 17107 | |
| 17108 | std::set<Verbosity> ListeningReporter::getSupportedVerbosities() { |
| 17109 | return std::set<Verbosity>{ }; |
no outgoing calls
no test coverage detected