MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / registerReporter

Method registerReporter

unittests/catch.hpp:8466–8468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8464 }
8465
8466 void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) {
8467 m_factories.emplace(name, factory);
8468 }
8469 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) {
8470 m_listeners.push_back( factory );
8471 }

Callers 2

ReporterRegistrarMethod · 0.45
registerReporterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected