| 6777 | } |
| 6778 | |
| 6779 | bool number_float(number_float_t val, const string_t& /*unused*/) |
| 6780 | { |
| 6781 | handle_value(val); |
| 6782 | return true; |
| 6783 | } |
| 6784 | |
| 6785 | bool string(string_t& val) |
| 6786 | { |
nothing calls this directly
no outgoing calls
no test coverage detected