get local ip
| 125 | |
| 126 | //get local ip |
| 127 | string PhxBaseConfig::GetInnerIP() { |
| 128 | if (inner_ip_ == "") { |
| 129 | inner_ip_ = InitInnerIP(); |
| 130 | } |
| 131 | |
| 132 | return inner_ip_; |
| 133 | } |
| 134 | |
| 135 | string PhxBaseConfig::s_default_path; |
| 136 |
nothing calls this directly
no outgoing calls
no test coverage detected