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

Function main

lib/catch2/catch.hpp:17530–17534  ·  view source on GitHub ↗

Standard C/C++ main entry point

Source from the content-addressed store, hash-verified

17528#else
17529// Standard C/C++ main entry point
17530int main (int argc, char * argv[]) {
17531#endif
17532
17533 return Catch::Session().run( argc, argv );
17534}
17535
17536#else // __OBJC__
17537

Callers

nothing calls this directly

Calls 3

SessionClass · 0.85
registerTestMethodsFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected