Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
string MockServerConnector::GetResponse() { return this->response; }
36
37
Json::Value MockServerConnector::GetJsonResponse() {
38
Json::Value result;
39
istringstream(response) >> result;
40
return result;
41
}
Callers
1
test_server.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected