Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ operator()
Method
operator()
test/beast/core/async_base.cpp:825–827 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
823
struct handler
824
{
825
void operator()(error_code = {}, std::size_t = 0)
826
{
827
}
828
};
829
830
BEAST_EXPECT((&async_base_test::async_read<test::stream, handler>));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected