| 76 | } |
| 77 | |
| 78 | float SettingInfo::FloatDefaultValue() const |
| 79 | { |
| 80 | return default_value ? StringUtil::FromChars<float>(default_value).value_or(0.0f) : 0.0f; |
| 81 | } |
| 82 | |
| 83 | float SettingInfo::FloatMinValue() const |
| 84 | { |
no outgoing calls
no test coverage detected