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

Method on_int64

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

Source from the content-addressed store, hash-verified

1529 return true;
1530 }
1531 bool on_int64( std::int64_t, string_view sv, system::error_code& )
1532 {
1533 captured.append(sv.data(), sv.size());
1534 captured += 's';
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());

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected