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

Function usage

lib_rpc/samples/http_rpc_client/http_rpc_client.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static void usage(const char* procname)
126{
127 printf("usage: %s -h [help]\r\n"
128 "-s server_addr [default: 127.0.0.1:8888]\r\n"
129 "-n max_request\r\n"
130 "-m [use_mempool, default: false]\r\n", procname);
131}
132
133int main(int argc, char* argv[])
134{

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…