| 120 | } |
| 121 | |
| 122 | std::filesystem::path UserSettingsIO::defaultPath() { return std::filesystem::path(AppPaths::kUserSettingsPath); } |
| 123 | |
| 124 | UserSettings UserSettingsIO::load(const std::filesystem::path& path) { |
| 125 | UserSettings settings; |
nothing calls this directly
no outgoing calls
no test coverage detected