MCPcopy 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
21DBClient* Environment::GetDBClient()
22{
23 Base::Mutex::ScopedLock scopedLock(m_Mutex);
24 return m_DbClient;
25}
26
27int Environment::GetDBIdx()
28{

Callers 13

RefreshInfoMethod · 0.80
OnSelectChangedMethod · 0.80
OnClickMethod · 0.80
GetConfigMethod · 0.80
SetConfigMethod · 0.80
~ConnInfoUIMethod · 0.80
OnItemActiveMethod · 0.80
RefreshWndMethod · 0.80
OnCommitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected