Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
lower_layer::server* responder::down() {
25
return router_->down();
26
}
27
28
request responder::to_request() && {
29
return router_->lift(std::move(*this));
Callers
5
respond
Function · 0.80
down
Function · 0.80
promise
Method · 0.80
do_respond_impl
Method · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected