MCPcopy Create free account
hub / github.com/boostorg/beast / operator()

Method operator()

test/beast/websocket/write.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 std::shared_ptr<stream<test::stream>> s_;
275
276 void operator()(
277 boost::system::error_code = {},
278 std::size_t = 0)
279 {
280 BEAST_FAIL();
281 }
282 };
283
284 std::weak_ptr<stream<test::stream>> weak_ws;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected