| 103 | bool on_uint64( system::error_code& ec, std::uint64_t ) { BOOST_JSON_FAIL( ec, E ); return false; } |
| 104 | bool on_double( system::error_code& ec, double ) { BOOST_JSON_FAIL( ec, E ); return false; } |
| 105 | bool on_bool( system::error_code& ec, bool ) { BOOST_JSON_FAIL( ec, E ); return false; } |
| 106 | bool on_null( system::error_code& ec ) { BOOST_JSON_FAIL( ec, E ); return false; } |
| 107 | |
| 108 | // LCOV_EXCL_START |
nothing calls this directly
no outgoing calls
no test coverage detected