| 365 | } |
| 366 | |
| 367 | void ExpressionValue::SetFloat(float f, uint32_t digits) noexcept { Release(); type = (uint32_t)TypeCode::Float; fVal = f; param = digits; } |
| 368 | |
| 369 | void ExpressionValue::SetDriverId(DriverId did) noexcept |
| 370 | { |
no outgoing calls
no test coverage detected