| 209 | } |
| 210 | |
| 211 | bool on_string( system::error_code& ec, string_view sv ) |
| 212 | { |
| 213 | BOOST_JSON_INVOKE_INNER( on_string(ec, sv) ); |
| 214 | } |
| 215 | |
| 216 | bool on_number_part( system::error_code& ec ) |
| 217 | { |
nothing calls this directly
no outgoing calls
no test coverage detected