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

Function init

example/spread.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58DEFINE_validator(sum_items_num, [] (const char*, uint64_t value) { return value <= 5; });
59
60void init(int argc, char** argv) {
61 gflags::ParseCommandLineFlags(&argc, &argv, true);
62 google::InitGoogleLogging(argv[0]);
63 google::LogToStderr();
64}
65
66using edge_t = plato::empty_t;
67std::unique_ptr<plato::thread_local_buffer> g_adjs_buffer_p_;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected