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

Method finish

app/master/tools/master_dispatch/server/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 12

gsonFunction · 0.45
parse2Function · 0.45
gsonFunction · 0.45
gsonFunction · 0.45
gsonFunction · 0.45
do_runMethod · 0.45
deserializeFunction · 0.45
gsonFunction · 0.45
parse_responseMethod · 0.45
gsonFunction · 0.45
loadMethod · 0.45
gsonFunction · 0.45

Calls 1

checkMethod · 0.45

Tested by 3

gsonFunction · 0.36
parse2Function · 0.36
gsonFunction · 0.36