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

Method GetMysqlPort

phxsqlproxy/phxsqlproxyconfig.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70int PHXSqlProxyConfig::GetMysqlPort() {
71 return Option::GetDefault()->GetMySqlConfig()->GetMySQLPort();
72}
73
74int PHXSqlProxyConfig::OpenDebugMode() {
75 return is_open_debug_mode_;

Callers 5

ConnectDestMethod · 0.80
GetDestEndpointMethod · 0.80
ByteFromMysqlClientMethod · 0.80
CanExecuteMethod · 0.80

Calls 2

GetMySQLPortMethod · 0.80
GetMySqlConfigMethod · 0.80

Tested by

no test coverage detected