MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getProcessName

Method getProcessName

unittests/catch.hpp:6736–6736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6734 bool Config::listReporters() const { return m_data.listReporters; }
6735
6736 std::string Config::getProcessName() const { return m_data.processName; }
6737
6738 std::vector<std::string> const& Config::getReporterNames() const { return m_data.reporterNames; }
6739 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