| 41 | bool on_uint64( std::uint64_t, string_view, boost::system::error_code& ) { return true; } |
| 42 | bool on_double( double, string_view, boost::system::error_code& ) { return true; } |
| 43 | bool on_bool( bool, boost::system::error_code& ) { return true; } |
| 44 | bool on_null( boost::system::error_code& ) { return true; } |
| 45 | bool on_comment_part(string_view, boost::system::error_code&) { return true; } |
| 46 | bool on_comment(string_view, boost::system::error_code&) { return true; } |
nothing calls this directly
no outgoing calls
no test coverage detected