MCPcopy 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

26TestRedisServer::TestRedisServer() : pid(0), maxlines(REDIS_MAXLINES), key(REDIS_KEY) { this->Start(); }
27
28TestRedisServer::~TestRedisServer() { this->Stop(); }
29
30bool TestRedisServer::Start() {
31 int pipefd[2];

Callers

nothing calls this directly

Calls 1

StopMethod · 0.95

Tested by

no test coverage detected