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

Method GetJsonResponse

src/test/mockserverconnector.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35string MockServerConnector::GetResponse() { return this->response; }
36
37Json::Value MockServerConnector::GetJsonResponse() {
38 Json::Value result;
39 istringstream(response) >> result;
40 return result;
41}

Callers 1

test_server.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected