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

Method query

test/beast/core/bind_handler.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 net::execution::blocking_t
139 query(
140 net::execution::blocking_t) const noexcept
141 {
142 return blocking_;
143 }
144
145 net::execution::outstanding_work_t
146 query(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected