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

Method run

unittests/catch.hpp:9253–9260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9251 }
9252
9253 int Session::run( int argc, char* argv[] ) {
9254 if( m_startupExceptions )
9255 return 1;
9256 int returnCode = applyCommandLine( argc, argv );
9257 if( returnCode == 0 )
9258 returnCode = run();
9259 return returnCode;
9260 }
9261
9262#if defined(CATCH_CONFIG_WCHAR) && defined(WIN32) && defined(UNICODE)
9263 int Session::run( int argc, wchar_t* const argv[] ) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected