Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void rpc_manager::finish()
28
{
29
if (service_)
30
{
31
delete service_;
32
if (handle_)
33
handle_->check();
34
}
35
}
36
37
void rpc_manager::fork(acl::rpc_request* req)
38
{
Callers
9
acl_cppjson_test
Function · 0.45
test_zrange
Function · 0.45
init
Function · 0.45
main
Function · 0.45
test
Function · 0.45
test
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
check
Method · 0.45
Tested by
1
test_zrange
Function · 0.36