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

Method ReadFileWithConfigDirPath

phxcomm/configparser/base_config.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97int PhxBaseConfig::ReadFileWithConfigDirPath(const string &filename) {
98 return RealReadFile(filename);
99}
100
101int PhxBaseConfig::ReadFile(const string &filename) {
102 return RealReadFile(GetDefaultPath() + filename);

Callers 2

mainFunction · 0.80
SetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected