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

Method on_null

test/basic_parser.cpp:1700–1700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
1703 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected