This function should remain private since it may corrupt the an interval if used without caution.
(value: ScalarValue)
| 1226 | // This function should remain private since it may corrupt the an interval if |
| 1227 | // used without caution. |
| 1228 | fn next_value(value: ScalarValue) -> ScalarValue { |
| 1229 | use ScalarValue::*; |
| 1230 | value_transition!(MAX, true, value) |
| 1231 | } |
| 1232 | |
| 1233 | // This function should remain private since it may corrupt the an interval if |
| 1234 | // used without caution. |
no outgoing calls
no test coverage detected
searching dependent graphs…