| 812 | return args().GetSetting(name); |
| 813 | } |
| 814 | std::vector<common::SettingsValue> getSettingsList(const std::string& name) override |
| 815 | { |
| 816 | return args().GetSettingsList(name); |
| 817 | } |
| 818 | common::SettingsValue getRwSetting(const std::string& name) override |
| 819 | { |
| 820 | common::SettingsValue result; |
no test coverage detected