MCPcopy Create free account
hub / github.com/RenderKit/embree / main

Function main

tutorials/external/catch.hpp:14622–14626  ·  view source on GitHub ↗

Standard C/C++ main entry point

Source from the content-addressed store, hash-verified

14620#else
14621// Standard C/C++ main entry point
14622int main (int argc, char * argv[]) {
14623#endif
14624
14625 return Catch::Session().run( argc, argv );
14626}
14627
14628#else // __OBJC__
14629

Callers

nothing calls this directly

Calls 3

SessionClass · 0.85
registerTestMethodsFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected