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

Method require

test/beast/core/bind_handler.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 test_executor
153 require(
154 net::execution::blocking_t::possibly_t b) const
155 {
156 test_executor new_ex(*this);
157 new_ex.blocking_ = b;
158 return new_ex;
159 }
160
161 test_executor
162 require(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected