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

Method run

lib/catch2/catch.hpp:13233–13240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13231
13232 template<typename CharT>
13233 int run(int argc, CharT const * const argv[]) {
13234 if (m_startupExceptions)
13235 return 1;
13236 int returnCode = applyCommandLine(argc, argv);
13237 if (returnCode == 0)
13238 returnCode = run();
13239 return returnCode;
13240 }
13241
13242 int run();
13243

Callers

nothing calls this directly

Calls 1

runFunction · 0.50

Tested by

no test coverage detected