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

Function rpc_req_out

lib_acl_cpp/samples/http_server/rpc_stats.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void rpc_req_out()
51{
52 __lock->lock();
53 printf(">> req_count: %d\r\n", __req);
54 __lock->unlock();
55}
56
57//////////////////////////////////////////////////////////////////////////
58

Callers 1

mainFunction · 0.70

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…