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

Function usage

lib_acl_cpp/samples/mem_cache/main.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9static const char* __key = "test";
10
11static void usage(const char* procname)
12{
13 printf("usage: %s -h[help] -l addr -g[get] -s[set] -d[del] -m[update timeout] -n num -t timeout -T nthread\n", procname);
14}
15
16static void get(const char* addr, int id, int num)
17{

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…