| 687 | return gArgs.GetSetting(name); |
| 688 | } |
| 689 | std::vector<util::SettingsValue> getSettingsList(const std::string& name) override |
| 690 | { |
| 691 | return gArgs.GetSettingsList(name); |
| 692 | } |
| 693 | util::SettingsValue getRwSetting(const std::string& name) override |
| 694 | { |
| 695 | util::SettingsValue result; |
no test coverage detected