IRegistryHub
| 9893 | |
| 9894 | public: // IRegistryHub |
| 9895 | RegistryHub() = default; |
| 9896 | IReporterRegistry const& getReporterRegistry() const override { |
| 9897 | return m_reporterRegistry; |
| 9898 | } |
nothing calls this directly
no outgoing calls
no test coverage detected