MCPcopy Create free account
hub / github.com/boostorg/json / on_object_end

Method on_object_end

include/boost/json/detail/parse_into.hpp:110–110  ·  view source on GitHub ↗

LCOV_EXCL_START parses that can't handle this would fail at on_object_begin

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected