| 63 | } |
| 64 | |
| 65 | uint32_t PhxSQLOssConfig::GetMysqlOssAttrID() const { |
| 66 | return mysql_ossid_; |
| 67 | } |
| 68 | |
| 69 | uint32_t PhxSQLOssConfig::GetSqlProxyMasterPortLogicOssAttrID() const { |
| 70 | return sql_proxy_masterport_logic_ossid_; |
nothing calls this directly
no outgoing calls
no test coverage detected