| 5375 | } |
| 5376 | |
| 5377 | bool number_float(number_float_t val, const string_t& /*unused*/) |
| 5378 | { |
| 5379 | handle_value(val); |
| 5380 | return true; |
| 5381 | } |
| 5382 | |
| 5383 | bool string(string_t& val) |
| 5384 | { |
nothing calls this directly
no outgoing calls
no test coverage detected