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

Method on_comment

test/test.hpp:376–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 }
375
376 bool
377 on_comment(
378 string_view,
379 system::error_code& ec)
380 {
381 return maybe_fail(ec);
382 }
383 };
384
385 basic_parser<handler> p_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected