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

Method operator()

test/beast/core/saved_handler.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void
55 operator()(system::error_code = {})
56 {
57 failed_ = false;
58 }
59 };
60
61 class unhandler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected