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

Method GetClient

RedisStudio/SSDB/AbstractSSDBModel.h:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 const std::string& field="") = 0;
23
24 ssdb::Client* GetClient()
25 {
26 return m_pClient;
27 }
28
29private:
30 ssdb::Client* m_pClient;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected