MCPcopy Create free account
hub / github.com/Profactor/cv-plot / getProcessName

Method getProcessName

CvPlot/ext/catch2/inc/catch.hpp:9894–9894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9892 bool Config::listReporters() const { return m_data.listReporters; }
9893
9894 std::string Config::getProcessName() const { return m_data.processName; }
9895 std::string const& Config::getReporterName() const { return m_data.reporterName; }
9896
9897 std::vector<std::string> const& Config::getTestsOrTags() const { return m_data.testsOrTags; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected