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

Method on_comment

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

Source from the content-addressed store, hash-verified

986 return true;
987 }
988 bool on_comment( string_view s, system::error_code& )
989 {
990 captured.append(s.data(), s.size());
991 return true;
992 }
993 };
994
995 basic_parser<handler> p_;

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected