MCPcopy Create free account
hub / github.com/Profactor/cv-plot / shouldDebugBreak

Method shouldDebugBreak

CvPlot/ext/catch2/inc/catch.hpp:9916–9916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9914 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
9915 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }
9916 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
9917 int Config::abortAfter() const { return m_data.abortAfter; }
9918 bool Config::showInvisibles() const { return m_data.showInvisibles; }
9919 Verbosity Config::verbosity() const { return m_data.verbosity; }

Callers 1

populateReactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected