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

Method self

libcaf_net/caf/net/http/router.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// -- properties ---------------------------------------------------------------
27
28actor_shell* router::self() {
29 if (shell_)
30 return shell_.get();
31 shell_ = make_actor_shell(down_->manager());
32 return shell_.get();
33}
34
35// -- API for the responders ---------------------------------------------------
36

Callers 1

caf_mainFunction · 0.45

Calls 3

make_actor_shellFunction · 0.85
getMethod · 0.45
managerMethod · 0.45

Tested by

no test coverage detected