| 193 | return 2.f; |
| 194 | } |
| 195 | float getDefaultValue() override { |
| 196 | return 0.0; |
| 197 | } |
| 198 | float getDisplayValue() override { |
| 199 | return std::round(std::pow(2.f, getValue()) * 100); |
| 200 | } |
nothing calls this directly
no outgoing calls
no test coverage detected