MCPcopy Create free account
hub / github.com/acl-dev/acl / finish

Method finish

lib_acl_cpp/samples/master/master_http_rpc/rpc_manager.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void rpc_manager::finish()
29{
30 if (service_)
31 {
32 delete service_;
33 if (handle_)
34 handle_->check();
35 }
36}
37
38void rpc_manager::fork(acl::rpc_request* req)
39{

Callers 3

base_testFunction · 0.45
check_stringFunction · 0.45
proc_on_exitMethod · 0.45

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected