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

Method GetConfig

phxsqlclient/phxsqlclientbase.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134PhxSQLClientConfig * PhxSQLClientBase::GetConfig() {
135 return m_poConfig;
136}
137
138void PhxSQLClientBase::SetConfig(PhxSQLClientConfig * poConfig) {
139 m_poConfig = poConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected