Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ operator()
Method
operator()
test/beast/core/basic_stream.cpp:769–773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
767
}
768
769
void operator()(error_code ec, tcp::endpoint)
770
{
771
pass = true;
772
BEAST_EXPECTS(! ec, ec.message());
773
}
774
};
775
776
struct iterator_handler
Callers
nothing calls this directly
Calls
1
message
Method · 0.80
Tested by
no test coverage detected