Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
DuiLib::CDuiString Environment::GetDBName()
40
{
41
Base::Mutex::ScopedLock scopedLock(m_Mutex);
42
return m_DbName;
43
}
44
45
void Environment::SetDBServerInfo(const std::string& addr, int port, const std::string& auth/*=
""
*/)
46
{
Callers
1
BackgroundWork
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected