Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ incrementCounter
Method
incrementCounter
edrav2/eprj/jsonrpccpp/src/test/testserver.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void TestServer::incrementCounter(const Json::Value &request) {
78
cnt += request[
"value"
].asInt();
79
}
80
81
void TestServer::initZero(const Json::Value &request) {
82
(void)request;
Callers
nothing calls this directly
Calls
1
asInt
Method · 0.45
Tested by
no test coverage detected