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

Function usage

lib_acl_cpp/samples/benchmark/sqlite/main.cpp:139–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137};
138
139static void usage(const char* procname) {
140 printf("usage: %s -h[help]\r\n"
141 " -s listen_addr[default: 127.0.0.1:7343\r\n"
142 " -n max[default: 1000]\r\n"
143 " -c nthreads[default: 1]\r\n"
144 " -p dbpath[default: .]\r\n"
145 " -l libpath[default: libsqlite3.so]\r\n"
146 " -a action[default: get, update|add|get|del\r\n"
147 , procname);
148}
149
150int main(int argc, char* argv[]) {
151 int nthreads = 1, max = 1000, ch;

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…