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

Method GetInteger

phxcomm/configparser/base_config.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120int PhxBaseConfig::GetInteger(const string &section, const string &name, const int &default_value) {
121 return INIReader::GetInteger(section, name, default_value);
122}
123
124string PhxBaseConfig::inner_ip_;
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected