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

Function purge_cache

robot/middleman/driver.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void purge_cache(actor_system& sys, const std::string& host, uint16_t port) {
230 auto mm_hdl = actor_cast<actor>(sys.middleman().actor_handle());
231 anon_mail(delete_atom_v, host, port).send(mm_hdl);
232}
233
234int client(actor_system& sys, std::string_view mode, const std::string& host,
235 uint16_t port) {

Callers 1

clientFunction · 0.85

Calls 4

anon_mailFunction · 0.85
actor_handleMethod · 0.80
middlemanMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected