Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinemast/libjson-rpc-cpp
/ ~TestRedisServer
Method
~TestRedisServer
src/test/testredisserver.cpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
TestRedisServer::TestRedisServer() : pid(0), maxlines(REDIS_MAXLINES), key(REDIS_KEY) { this->Start(); }
27
28
TestRedisServer::~TestRedisServer() { this->Stop(); }
29
30
bool TestRedisServer::Start() {
31
int pipefd[2];
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.95
Tested by
no test coverage detected