| 170 | return ignored; |
| 171 | } |
| 172 | common::SettingsValue getPersistentSetting(const std::string& name) override { return args().GetPersistentSetting(name); } |
| 173 | void updateRwSetting(const std::string& name, const common::SettingsValue& value) override |
| 174 | { |
| 175 | args().LockSettings([&](common::Settings& settings) { |
no test coverage detected