MCPcopy Create free account
hub / github.com/apache/thrift / registerReporter

Method registerReporter

compiler/cpp/tests/catch/catch.hpp:7475–7477  ·  view source on GitHub ↗

IMutableRegistryHub

Source from the content-addressed store, hash-verified

7473
7474 public: // IMutableRegistryHub
7475 virtual void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) CATCH_OVERRIDE {
7476 m_reporterRegistry.registerReporter( name, factory );
7477 }
7478 virtual void registerListener( Ptr<IReporterFactory> const& factory ) CATCH_OVERRIDE {
7479 m_reporterRegistry.registerListener( factory );
7480 }

Callers 2

ReporterRegistrarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected