Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void rpc_manager::finish()
29
{
30
if (service_)
31
{
32
delete service_;
33
if (handle_)
34
handle_->check();
35
}
36
}
37
38
void rpc_manager::fork(acl::rpc_request* req)
39
{
Callers
3
base_test
Function · 0.45
check_string
Function · 0.45
proc_on_exit
Method · 0.45
Calls
1
check
Method · 0.45
Tested by
no test coverage detected