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

Method handler

test/beast/websocket/test.hpp:1200–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198 bool pass_ = false;
1199
1200 explicit
1201 handler(error_code& ec)
1202 : ec_(ec)
1203 {
1204 }
1205
1206 explicit
1207 handler(error_code& ec, std::size_t& n)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected