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

Method on_uint64

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

Source from the content-addressed store, hash-verified

1535 return true;
1536 }
1537 bool on_uint64( std::uint64_t, string_view sv, system::error_code& )
1538 {
1539 captured.append(sv.data(), sv.size());
1540 captured += 'u';
1541 return true;
1542 }
1543 bool on_double( double, string_view sv, system::error_code& )
1544 {
1545 captured.append(sv.data(), sv.size());

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected