MCPcopy Create free account
hub / github.com/Tencent/plato / init

Function init

example/function_call.cc:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32DEFINE_string(type, "all", "'inline', 'lambda', 'function' or 'all'");
33
34void init(int argc, char** argv) {
35 gflags::ParseCommandLineFlags(&argc, &argv, true);
36 google::InitGoogleLogging(argv[0]);
37 google::LogToStderr();
38}
39
40static uint64_t s_count = 0;
41

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected