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

Method run

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

Source from the content-addressed store, hash-verified

944void Context::setAssertHandler(detail::assert_handler) {}
945void Context::setCout(std::ostream*) {}
946int Context::run() { return 0; }
947
948int IReporter::get_num_active_contexts() { return 0; }
949const IContextScope* const* IReporter::get_active_contexts() { return nullptr; }

Callers 7

on_loadMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
TestCallsMethod · 0.45
service_thread.cppFile · 0.45
main.cppFile · 0.45

Calls 15

matchesAnyFunction · 0.85
isDebuggerActiveFunction · 0.85
translateActiveExceptionFunction · 0.85
resetRunDataMethod · 0.80
finalizeTestCaseDataMethod · 0.80
sortFunction · 0.50
sizeMethod · 0.45
openMethod · 0.45
c_strMethod · 0.45
is_openMethod · 0.45
closeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected