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

Method on_string

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

Source from the content-addressed store, hash-verified

1193 return true;
1194 }
1195 bool on_string( string_view sv, std::size_t, system::error_code& )
1196 {
1197 captured.append(sv.data(), sv.size());
1198 return true;
1199 }
1200 bool on_number_part( string_view, system::error_code&) { return true; }
1201 bool on_int64( std::int64_t, string_view, system::error_code& ) { return true; }
1202 bool on_uint64( std::uint64_t, string_view, system::error_code& ) { return true; }

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected