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

Method addReporter

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

Source from the content-addressed store, hash-verified

12311}
12312
12313void ListeningReporter::addReporter(IStreamingReporterPtr &&reporter) {
12314 assert(!m_reporter && "Listening reporter can wrap only 1 real reporter");
12315 m_reporter = std::move(reporter);
12316}
12317
12318ReporterPreferences ListeningReporter::getPreferences() const {
12319 return m_reporter->getPreferences();

Callers 1

makeReporterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected