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

Method GetMysqlIP

phxsqlproxy/phxsqlproxyconfig.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66const char * PHXSqlProxyConfig::GetMysqlIP() {
67 return Option::GetDefault()->GetMySqlConfig()->GetMySQLIP();
68}
69
70int PHXSqlProxyConfig::GetMysqlPort() {
71 return Option::GetDefault()->GetMySqlConfig()->GetMySQLPort();

Callers

nothing calls this directly

Calls 2

GetMySQLIPMethod · 0.80
GetMySqlConfigMethod · 0.80

Tested by

no test coverage detected