MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / getResult

Method getResult

src/jsonrpccpp/client/batchresponse.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25Json::Value BatchResponse::getResult(int id) {
26 Json::Value result;
27 Json::Value i = id;
28 getResult(i, result);
29 return result;
30}
31
32void BatchResponse::getResult(Json::Value &id, Json::Value &result) {
33 if (getErrorCode(id) == 0)

Callers 1

test_client.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected