MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / run

Method run

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9171–9178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9169}
9170
9171int Session::run(int argc, char *argv[]) {
9172 if (m_startupExceptions)
9173 return 1;
9174 int returnCode = applyCommandLine(argc, argv);
9175 if (returnCode == 0)
9176 returnCode = run();
9177 return returnCode;
9178}
9179
9180#if defined(CATCH_CONFIG_WCHAR) && defined(WIN32) && defined(UNICODE)
9181int Session::run(int argc, wchar_t *const argv[]) {

Callers 2

hideKeyboardMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected