| 48 | } |
| 49 | |
| 50 | bool SettingInfo::BooleanDefaultValue() const |
| 51 | { |
| 52 | return default_value ? StringUtil::FromChars<bool>(default_value).value_or(false) : false; |
| 53 | } |
| 54 | |
| 55 | s32 SettingInfo::IntegerDefaultValue() const |
| 56 | { |
no outgoing calls
no test coverage detected