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

Function main

test/brpc_ssl_unittest.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46int main(int argc, char* argv[]) {
47 testing::InitGoogleTest(&argc, argv);
48 GFLAGS_NAMESPACE::ParseCommandLineFlags(&argc, &argv, true);
49 brpc::GlobalInitializeOrDie();
50 return RUN_ALL_TESTS();
51}
52
53bool g_delete = false;
54const std::string EXP_REQUEST = "hello";

Callers

nothing calls this directly

Calls 1

GlobalInitializeOrDieFunction · 0.85

Tested by

no test coverage detected