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

Method active

lib_acl_cpp/src/ipc/ipc_client.cpp:166–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool ipc_client::active(void) const
167{
168 if (closing_) {
169 return false;
170 } else if (async_stream_ != NULL || sync_stream_ != NULL) {
171 return true;
172 } else {
173 return false;
174 }
175}
176
177aio_socket_stream* ipc_client::get_async_stream(void) const
178{

Callers 2

thread_pool_mainFunction · 0.80
thread_once_mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected