MCPcopy 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
77void TestServer::incrementCounter(const Json::Value &request) {
78 cnt += request["value"].asInt();
79}
80
81void TestServer::initZero(const Json::Value &request) {
82 (void)request;

Callers

nothing calls this directly

Calls 1

asIntMethod · 0.45

Tested by

no test coverage detected