| 1697 | bool on_uint64( std::uint64_t, SV, std::error_code& ) { return true; } |
| 1698 | bool on_double( double, SV, std::error_code& ) { return true; } |
| 1699 | bool on_bool( bool, std::error_code& ) { return true; } |
| 1700 | bool on_null( std::error_code& ) { return true; } |
| 1701 | bool on_comment_part( SV, std::error_code& ) { return true; } |
| 1702 | bool on_comment( SV, std::error_code& ) { return true; } |
nothing calls this directly
no outgoing calls
no test coverage detected