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

Function main

compiler/cpp/tests/catch/catch.hpp:11303–11308  ·  view source on GitHub ↗

Standard C/C++ main entry point

Source from the content-addressed store, hash-verified

11301#else
11302// Standard C/C++ main entry point
11303int main (int argc, char * argv[]) {
11304#endif
11305
11306 int result = Catch::Session().run( argc, argv );
11307 return ( result < 0xff ? result : 0xff );
11308}
11309
11310#else // __OBJC__
11311

Callers

nothing calls this directly

Calls 3

SessionClass · 0.85
registerTestMethodsFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected