Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ GetDBClient
Method
GetDBClient
RedisStudio/Environment.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
DBClient* Environment::GetDBClient()
22
{
23
Base::Mutex::ScopedLock scopedLock(m_Mutex);
24
return m_DbClient;
25
}
26
27
int Environment::GetDBIdx()
28
{
Callers
13
RefreshInfo
Method · 0.80
OnSelectChanged
Method · 0.80
OnClick
Method · 0.80
GetConfig
Method · 0.80
SetConfig
Method · 0.80
~ConnInfoUI
Method · 0.80
OnItemActive
Method · 0.80
RefreshWnd
Method · 0.80
OnCommit
Method · 0.80
BackgroundWorkForRefreshDB
Method · 0.80
BackgroundWorkForRefreshKeys
Method · 0.80
BackgroundWorkForRefreshValues
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected