Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ on_body_impl
Method
on_body_impl
test/bench/parser/bench_parser.cpp:187–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
std::size_t
188
on_body_impl(
189
string_view,
190
error_code&) override
191
{
192
return 0;
193
}
194
195
void
196
on_chunk_header_impl(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected