LCOV_EXCL_START parses that can't handle this would fail at on_object_begin
| 108 | // LCOV_EXCL_START |
| 109 | // parses that can't handle this would fail at on_object_begin |
| 110 | bool on_object_end( system::error_code& ) { BOOST_ASSERT( false ); return false; } |
| 111 | bool on_key_part( system::error_code& ec, string_view ) { BOOST_JSON_FAIL( ec, E ); return false; } |
| 112 | bool on_key( system::error_code& ec, string_view ) { BOOST_JSON_FAIL( ec, E ); return false; } |
| 113 | // LCOV_EXCL_STOP |
nothing calls this directly
no outgoing calls
no test coverage detected