MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / abortAfter

Method abortAfter

extern/Catch2/catch.hpp:10009–10009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
10012

Callers 1

abortingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected