| 184 | } |
| 185 | |
| 186 | bool on_array_begin( system::error_code& ec ) |
| 187 | { |
| 188 | BOOST_JSON_INVOKE_INNER( on_array_begin(ec) ); |
| 189 | } |
| 190 | |
| 191 | bool on_array_end( system::error_code& ec ) |
| 192 | { |
nothing calls this directly
no outgoing calls
no test coverage detected