| 205 | } |
| 206 | |
| 207 | static Path MakeConfigurationPath(const std::string &key) { return RelativePath(Path::CONFIGS) + "/" + key + ".json"; } |
| 208 | |
| 209 | void ConfigurationManager::SaveAllConfigurations() const { |
| 210 | for (std::size_t i = 0, n = available_configurations.size(); i < n; ++i) { |
no test coverage detected