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

Method ReadFile

phxcomm/configparser/base_config.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int PhxBaseConfig::ReadFile(const string &filename) {
102 return RealReadFile(GetDefaultPath() + filename);
103}
104
105int PhxBaseConfig::RealReadFile(const string &filename) {
106 if (INIReader::ReadFile(filename.c_str()) == 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected