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

Method on_comment_part

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

Source from the content-addressed store, hash-verified

981 bool on_bool( bool, system::error_code& ) { return true; }
982 bool on_null( system::error_code& ) { return true; }
983 bool on_comment_part( string_view s, system::error_code& )
984 {
985 captured.append(s.data(), s.size());
986 return true;
987 }
988 bool on_comment( string_view s, system::error_code& )
989 {
990 captured.append(s.data(), s.size());

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected