MCPcopy 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
25aio_handle* master_aio::get_handle() const
26{
27 acl_assert(handle_);
28 return handle_;
29}
30
31static bool __has_called = false;
32

Callers 2

run_aloneMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected