Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ handler
Method
handler
test/beast/core/basic_stream.cpp:431–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
430
public:
431
handler(error_code ec, std::size_t n)
432
: ec_(ec)
433
, n_(n)
434
{
435
}
436
437
handler(handler&& other)
438
: ec_(other.ec_)
Callers
1
testBase
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected