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

Function main

unittests/catch.hpp:12747–12751  ·  view source on GitHub ↗

Standard C/C++ main entry point

Source from the content-addressed store, hash-verified

12745#else
12746// Standard C/C++ main entry point
12747int main (int argc, char * argv[]) {
12748#endif
12749
12750 return Catch::Session().run( argc, argv );
12751}
12752
12753#else // __OBJC__
12754

Callers

nothing calls this directly

Calls 3

SessionClass · 0.85
registerTestMethodsFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected