MCPcopy 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
33void Environment::SetDBName(const CDuiString& name)
34{
35 Base::Mutex::ScopedLock scopedLock(m_Mutex);
36 m_DbName = name;
37}
38
39DuiLib::CDuiString Environment::GetDBName()
40{

Callers 1

OnItemActiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected