MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / main

Function main

Bcore/src/main/cpp/Dobby/tests/catch.hpp:12655–12659  ·  view source on GitHub ↗

Standard C/C++ main entry point

Source from the content-addressed store, hash-verified

12653#else
12654// Standard C/C++ main entry point
12655int main(int argc, char *argv[]) {
12656#endif
12657
12658 return Catch::Session().run(argc, argv);
12659}
12660
12661#else // __OBJC__
12662

Callers

nothing calls this directly

Calls 3

SessionClass · 0.85
registerTestMethodsFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected