Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
int 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
initGlobals
Function · 0.85
Session
Class · 0.85
clearGlobals
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected