MCPcopy Create free account
hub / github.com/SOCI/soci / shouldDebugBreak

Method shouldDebugBreak

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

Source from the content-addressed store, hash-verified

10006 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
10007 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }
10008 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
10009 int Config::abortAfter() const { return m_data.abortAfter; }
10010 bool Config::showInvisibles() const { return m_data.showInvisibles; }
10011 Verbosity Config::verbosity() const { return m_data.verbosity; }

Callers 1

populateReactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected