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

Function createReporter

tutorials/external/catch.hpp:10891–10896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10889 const int MaxExitCode = 255;
10890
10891 IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) {
10892 auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config);
10893 CATCH_ENFORCE(reporter, "No reporter registered with name: '" << reporterName << "'");
10894
10895 return reporter;
10896 }
10897
10898 IStreamingReporterPtr makeReporter(std::shared_ptr<Config> const& config) {
10899 if (Catch::getRegistryHub().getReporterRegistry().getListeners().empty()) {

Callers 1

makeReporterFunction · 0.85

Calls 1

createMethod · 0.45

Tested by

no test coverage detected