MCPcopy Create free account
hub / github.com/boostorg/beast / on_body_impl

Method on_body_impl

test/bench/parser/bench_parser.cpp:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 std::size_t
261 on_body_impl(
262 string_view s, error_code&) override
263 {
264 return s.size();
265 }
266
267 void
268 on_chunk_header_impl(std::uint64_t,

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected