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

Method SetDBType

RedisStudio/DBClient.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35void DBClient::SetDBType(const std::string& dbtype)
36{
37 m_DBType = dbtype;
38}
39
40std::string DBClient::DBType()
41{

Callers 1

CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected