| 5544 | } |
| 5545 | |
| 5546 | bool number_unsigned(number_unsigned_t val) |
| 5547 | { |
| 5548 | handle_value(val); |
| 5549 | return true; |
| 5550 | } |
| 5551 | |
| 5552 | bool number_float(number_float_t val, const string_t& /*unused*/) |
| 5553 | { |
nothing calls this directly
no outgoing calls
no test coverage detected