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

Method GetInnerIP

phxcomm/configparser/base_config.cpp:127–133  ·  view source on GitHub ↗

get local ip

Source from the content-addressed store, hash-verified

125
126//get local ip
127string PhxBaseConfig::GetInnerIP() {
128 if (inner_ip_ == "") {
129 inner_ip_ = InitInnerIP();
130 }
131
132 return inner_ip_;
133}
134
135string PhxBaseConfig::s_default_path;
136

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected