set the default path, where config files are located
| 171 | |
| 172 | //set the default path, where config files are located |
| 173 | void PhxBaseConfig::SetDefaultPath(const char *config_path) { |
| 174 | s_default_path = config_path; |
| 175 | } |
| 176 | |
| 177 | //get the default path, where config files are located |
| 178 | string PhxBaseConfig::GetDefaultPath() { |
nothing calls this directly
no outgoing calls
no test coverage detected