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

Method showHelp

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

Source from the content-addressed store, hash-verified

6743 bool Config::hasTestFilters() const { return m_hasTestFilters; }
6744
6745 bool Config::showHelp() const { return m_data.showHelp; }
6746
6747 // IConfig interface
6748 bool Config::allowThrows() const { return !m_data.noThrow; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected