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

Function usage

lib_acl_cpp/samples/memcache_pool/main.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130static void usage(const char* procname)
131{
132 printf("usage: %s -h [help]\r\n"
133 " -s memcache_server_addr [127.0.0.1:11211]\r\n"
134 " -k key\r\n"
135 " -c cocurrent [default: 10]\r\n"
136 " -a action [get|set, default: get]\r\n"
137 " -n loop_count[default: 10]\r\n", procname);
138}
139
140int main(int argc, char* argv[])
141{

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…