MCPcopy Create free account
hub / github.com/Tencent/phxsql / SetConfig

Method SetConfig

phxsqlclient/phxsqlclientbase.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void PhxSQLClientBase::SetConfig(PhxSQLClientConfig * poConfig) {
139 m_poConfig = poConfig;
140}
141
142PhxSQLClientDisasterStrategy * PhxSQLClientBase::GetDisasterStrategy() {
143 return m_poDisasterStrategy;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected