Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_handle
Method
get_handle
lib_acl_cpp/src/master/master_aio.cpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
aio_handle* master_aio::get_handle() const
26
{
27
acl_assert(handle_);
28
return handle_;
29
}
30
31
static bool __has_called = false;
32
Callers
2
run_alone
Method · 0.45
open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected