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

Method GetSpecifiedMasterIP

phxsqlproxy/phxsqlproxyconfig.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115const char * PHXSqlProxyConfig::GetSpecifiedMasterIP() {
116 return Option::GetDefault()->GetBinLogSvrConfig()->GetSpecifiedMasterIP();
117}
118
119int PHXSqlProxyConfig::GetOnlyProxy() {
120 return is_only_proxy_;

Callers 2

UpdateMasterStatusMethod · 0.45
GetMasterMethod · 0.45

Calls 1

GetBinLogSvrConfigMethod · 0.80

Tested by

no test coverage detected