| 20 | } |
| 21 | |
| 22 | [[nodiscard]] bool getSetting( const BoolSetting setting ) |
| 23 | { |
| 24 | return settingController.getSetting<bool>( setting ); |
| 25 | } |
| 26 | |
| 27 | void setSetting( const BoolSetting setting, const bool value ) |
| 28 | { |
no outgoing calls
no test coverage detected