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

Method showInvisibles

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

Source from the content-addressed store, hash-verified

6759 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
6760 int Config::abortAfter() const { return m_data.abortAfter; }
6761 bool Config::showInvisibles() const { return m_data.showInvisibles; }
6762 Verbosity Config::verbosity() const { return m_data.verbosity; }
6763
6764 IStream const* Config::openStream() {

Callers 1

convertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected