MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / abortAfter

Method abortAfter

extlibs/catch/include/catch/catch.hpp:9669–9669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9667 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }
9668 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
9669 int Config::abortAfter() const { return m_data.abortAfter; }
9670 bool Config::showInvisibles() const { return m_data.showInvisibles; }
9671 Verbosity Config::verbosity() const { return m_data.verbosity; }
9672

Callers 1

abortingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected