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

Method GetConfig

RedisStudio/RedisConfigUI.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool RedisConfigUI::GetConfig()
82{
83 //if (!RedisClient::GetInstance().GetConfig(m_dicConfig)) return false;
84 if (!Env()->GetDBClient()->GetConfig(m_dicConfig)) return false;
85 return true;
86}
87
88bool RedisConfigUI::SetConfig(const RedisClient::TDicConfig& config)
89{

Callers

nothing calls this directly

Calls 1

GetDBClientMethod · 0.80

Tested by

no test coverage detected