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

Method finish

lib_acl_cpp/samples/http_server/rpc_manager.cpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

acl_cppjson_testFunction · 0.45
test_zrangeFunction · 0.45
initFunction · 0.45
mainFunction · 0.45
testFunction · 0.45
testFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

checkMethod · 0.45

Tested by 1

test_zrangeFunction · 0.36