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

Method SetDefaultPath

phxcomm/configparser/base_config.cpp:173–175  ·  view source on GitHub ↗

set the default path, where config files are located

Source from the content-addressed store, hash-verified

171
172//set the default path, where config files are located
173void PhxBaseConfig::SetDefaultPath(const char *config_path) {
174 s_default_path = config_path;
175}
176
177//get the default path, where config files are located
178string PhxBaseConfig::GetDefaultPath() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected