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

Method on_key

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

Source from the content-addressed store, hash-verified

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
114};
115

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected