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

Method lookup

libcaf_io/caf/io/basp/instance.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::optional<routing_table::route> instance::lookup(const node_id& target) {
96 return tbl_.lookup(target);
97}
98
99void instance::flush(const routing_table::route& path) {
100 callee_.flush(path.hdl);

Callers 3

make_behaviorMethod · 0.45
handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected