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

Method on_string_part

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

Source from the content-addressed store, hash-verified

1691 bool on_key_part( SV, std::size_t, std::error_code& ) { return true; }
1692 bool on_key( SV, std::size_t, std::error_code& ) { return true; }
1693 bool on_string_part( SV, std::size_t, std::error_code& ) { return true; }
1694 bool on_string( SV, std::size_t, std::error_code& ) { return true; }
1695 bool on_number_part( SV, std::error_code&) { return true; }
1696 bool on_int64( std::int64_t, SV, std::error_code& ) { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected