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

Function init

example/encode_simple.cc:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38DEFINE_bool(dst_need_encode, true, "");
39
40void init(int argc, char** argv) {
41 gflags::ParseCommandLineFlags(&argc, &argv, true);
42 google::InitGoogleLogging(argv[0]);
43 google::LogToStderr();
44}
45
46int main(int argc, char** argv) {
47 plato::stop_watch_t watch;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected