| 868 | } |
| 869 | |
| 870 | fs::path GetConfigFile(const std::string& confPath) |
| 871 | { |
| 872 | return AbsPathForConfigVal(fs::PathFromString(confPath), false); |
| 873 | } |
| 874 | |
| 875 | static bool GetConfigOptions(std::istream& stream, const std::string& filepath, std::string& error, std::vector<std::pair<std::string, std::string>>& options, std::list<SectionInfo>& sections) |
| 876 | { |
no test coverage detected