MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Environment

Method Environment

RedisStudio/Environment.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "DBClient.h"
4
5Environment::Environment():m_DbClient(NULL),m_ConnIdx(0)
6{
7}
8
9Environment::~Environment()
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected