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

Method on_comment

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

Source from the content-addressed store, hash-verified

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 };
1704
1705 basic_parser<handler> p_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected