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

Method on_comment_part

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected