MCPcopy Create free account
hub / github.com/apache/thrift / run

Method run

compiler/cpp/tests/catch/catch.hpp:7048–7054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7046 }
7047
7048 int run( int argc, char const* const* const argv ) {
7049
7050 int returnCode = applyCommandLine( argc, argv );
7051 if( returnCode == 0 )
7052 returnCode = run();
7053 return returnCode;
7054 }
7055
7056 #if defined(WIN32) && defined(UNICODE)
7057 int run( int argc, wchar_t const* const* const argv ) {

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 6

seedRngFunction · 0.85
applyFilenamesAsTagsFunction · 0.85
listFunction · 0.85
runTestsFunction · 0.70
runFunction · 0.50
whatMethod · 0.45

Tested by

no test coverage detected