Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
Environment::Environment():m_DbClient(NULL),m_ConnIdx(0)
6
{
7
}
8
9
Environment::~Environment()
10
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected