| 189 | } |
| 190 | |
| 191 | bool on_array_end( system::error_code& ec ) |
| 192 | { |
| 193 | BOOST_JSON_INVOKE_INNER( on_array_end(ec) ); |
| 194 | } |
| 195 | |
| 196 | bool on_key_part( system::error_code& ec, string_view sv ) |
| 197 | { |
nothing calls this directly
no outgoing calls
no test coverage detected