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

Method GetDBName

RedisStudio/Environment.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39DuiLib::CDuiString Environment::GetDBName()
40{
41 Base::Mutex::ScopedLock scopedLock(m_Mutex);
42 return m_DbName;
43}
44
45void Environment::SetDBServerInfo(const std::string& addr, int port, const std::string& auth/*=""*/)
46{

Callers 1

BackgroundWorkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected