MCPcopy Create free account
hub / github.com/acl-dev/acl / usage

Function usage

lib_acl_cpp/samples/benchmark/rosksdb/main.cpp:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100};
101
102static void usage(const char* procname)
103{
104 printf("usage: %s -h [help]\r\n"
105 " -c threads_count\r\n"
106 " -a action[default: get, add|get|del]\r\n"
107 " -n max_loop\r\n"
108 , procname);
109}
110
111int main(int argc, char* argv[]) {
112 const char* dbpath = "./db";

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…