MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / registerReporter

Method registerReporter

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8466–8468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ReporterRegistrarMethod · 0.45
registerReporterMethod · 0.45

Calls 1

emplaceMethod · 0.80

Tested by

no test coverage detected