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

Function main

extlibs/catch/include/catch/catch.hpp:16639–16643  ·  view source on GitHub ↗

Standard C/C++ main entry point

Source from the content-addressed store, hash-verified

16637#else
16638// Standard C/C++ main entry point
16639int main (int argc, char * argv[]) {
16640#endif
16641
16642 return Catch::Session().run( argc, argv );
16643}
16644
16645#else // __OBJC__
16646

Callers

nothing calls this directly

Calls 3

SessionClass · 0.85
registerTestMethodsFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected