MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / down

Method down

libcaf_net/caf/net/http/responder.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24lower_layer::server* responder::down() {
25 return router_->down();
26}
27
28request responder::to_request() && {
29 return router_->lift(std::move(*this));

Callers 5

respondFunction · 0.80
downFunction · 0.80
promiseMethod · 0.80
do_respond_implMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected