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

Method registerReporter

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

IMutableRegistryHub

Source from the content-addressed store, hash-verified

8397
8398public: // IMutableRegistryHub
8399 void registerReporter(std::string const &name, IReporterFactoryPtr const &factory) override {
8400 m_reporterRegistry.registerReporter(name, factory);
8401 }
8402 void registerListener(IReporterFactoryPtr const &factory) override {
8403 m_reporterRegistry.registerListener(factory);
8404 }

Callers

nothing calls this directly

Calls 1

registerReporterMethod · 0.45

Tested by

no test coverage detected