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

Method GetDisasterStrategy

phxsqlclient/phxsqlclientbase.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142PhxSQLClientDisasterStrategy * PhxSQLClientBase::GetDisasterStrategy() {
143 return m_poDisasterStrategy;
144}
145
146void PhxSQLClientBase::SetDisasterStrategy(PhxSQLClientDisasterStrategy * poDisasterStrategy) {
147 m_poDisasterStrategy = poDisasterStrategy;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected