Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ rpc_req_add
Function
rpc_req_add
lib_acl_cpp/samples/http_server/rpc_stats.cpp:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void rpc_req_add()
37
{
38
__lock->lock();
39
__req++;
40
__lock->unlock();
41
}
42
43
void rpc_req_del()
44
{
Callers
1
rpc_run
Method · 0.70
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…