| 1523 | bool on_key( string_view, std::size_t, system::error_code& ) { return true; } |
| 1524 | bool on_string_part( string_view, std::size_t, system::error_code& ) { return true; } |
| 1525 | bool on_string( string_view, std::size_t, system::error_code& ) { return true; } |
| 1526 | bool on_number_part( string_view sv, system::error_code&) |
| 1527 | { |
| 1528 | captured.append(sv.data(), sv.size()); |
nothing calls this directly
no outgoing calls
no test coverage detected