| 6771 | } |
| 6772 | |
| 6773 | bool number_unsigned(number_unsigned_t val) |
| 6774 | { |
| 6775 | handle_value(val); |
| 6776 | return true; |
| 6777 | } |
| 6778 | |
| 6779 | bool number_float(number_float_t val, const string_t& /*unused*/) |
| 6780 | { |
nothing calls this directly
no outgoing calls
no test coverage detected