| 806 | } |
| 807 | |
| 808 | fs::path GetConfigFile(const std::string& confPath) |
| 809 | { |
| 810 | return AbsPathForConfigVal(fs::path(confPath), false); |
| 811 | } |
| 812 | |
| 813 | static std::string TrimString(const std::string& str, const std::string& pattern) |
| 814 | { |
no test coverage detected