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

Method Quit

RedisStudio/SSDB/SSDBClient.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void SSDBClient::Quit()
146{
147 Base::Mutex::ScopedLock scopedLock(m_oMutex);
148 m_bConnected = false;
149}
150
151
152bool SSDBClient::DatabasesNum(int& num)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected