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

Method GetDefaultPath

phxcomm/configparser/base_config.cpp:178–184  ·  view source on GitHub ↗

get the default path, where config files are located

Source from the content-addressed store, hash-verified

176
177//get the default path, where config files are located
178string PhxBaseConfig::GetDefaultPath() {
179 if (s_default_path == "") {
180 s_default_path = PhxBaseConfig::GetBasePath() + "etc/";
181 LogWarning("%s get debuf path %s", __func__, s_default_path.c_str());
182 }
183 return s_default_path;
184}
185
186}
187

Callers

nothing calls this directly

Calls 1

LogWarningFunction · 0.85

Tested by

no test coverage detected