| 5550 | } |
| 5551 | |
| 5552 | bool number_float(number_float_t val, const string_t& /*unused*/) |
| 5553 | { |
| 5554 | handle_value(val); |
| 5555 | return true; |
| 5556 | } |
| 5557 | |
| 5558 | bool string(string_t& val) |
| 5559 | { |
nothing calls this directly
no outgoing calls
no test coverage detected