MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / getProcessName

Method getProcessName

tests/catch.hpp:7847–7847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7845 bool Config::listReporters() const { return m_data.listReporters; }
7846
7847 std::string Config::getProcessName() const { return m_data.processName; }
7848 std::string const& Config::getReporterName() const { return m_data.reporterName; }
7849
7850 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