IRegistryHub
| 8379 | |
| 8380 | public: // IRegistryHub |
| 8381 | RegistryHub() = default; |
| 8382 | IReporterRegistry const& getReporterRegistry() const override { |
| 8383 | return m_reporterRegistry; |
| 8384 | } |
nothing calls this directly
no outgoing calls
no test coverage detected