| 367 | } |
| 368 | |
| 369 | void CreateDefaultConfig(const std::string& filename) { |
| 370 | RestoreConfigFromBackup("backup.snapkey", filename); |
| 371 | } |
| 372 | |
| 373 | bool LoadConfig(const std::string& filename) { |
| 374 | std::ifstream configFile(filename); |
no test coverage detected