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

Function main

compiler/cpp/tests/tests_main.cc:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "thrift/common.h"
23
24int main(int argc, char* argv[]) {
25 initGlobals();
26 int result = Catch::Session().run(argc, argv);
27 clearGlobals();
28 return result;
29}

Callers

nothing calls this directly

Calls 4

initGlobalsFunction · 0.85
SessionClass · 0.85
clearGlobalsFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected