MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / shouldExit

Method shouldExit

tests/framework/src/doctest.cpp:942–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940void Context::setOption(const char*, int) {}
941void Context::setOption(const char*, const char*) {}
942bool Context::shouldExit() { return false; }
943void Context::setAsDefaultForAssertsOutOfTestCases() {}
944void Context::setAssertHandler(detail::assert_handler) {}
945void Context::setCout(std::ostream*) {}

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected