MCPcopy Create free account
hub / github.com/RenderKit/embree / registerReporter

Method registerReporter

tutorials/external/catch.hpp:10171–10173  ·  view source on GitHub ↗

IMutableRegistryHub

Source from the content-addressed store, hash-verified

10169
10170 public: // IMutableRegistryHub
10171 void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override {
10172 m_reporterRegistry.registerReporter( name, factory );
10173 }
10174 void registerListener( IReporterFactoryPtr const& factory ) override {
10175 m_reporterRegistry.registerListener( factory );
10176 }

Callers

nothing calls this directly

Calls 1

registerReporterMethod · 0.45

Tested by

no test coverage detected