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

Method registerReporter

test/expected/catch.hpp:12400–12402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12398 }
12399
12400 void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) {
12401 m_factories.emplace(name, factory);
12402 }
12403 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) {
12404 m_listeners.push_back( factory );
12405 }

Callers 2

ReporterRegistrarMethod · 0.45
registerReporterMethod · 0.45

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected