Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetDBName
Method
SetDBName
RedisStudio/Environment.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void Environment::SetDBName(const CDuiString& name)
34
{
35
Base::Mutex::ScopedLock scopedLock(m_Mutex);
36
m_DbName = name;
37
}
38
39
DuiLib::CDuiString Environment::GetDBName()
40
{
Callers
1
OnItemActive
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected