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

Method get_stream

lib_acl_cpp/src/ipc/ipc_server.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82aio_listen_stream* ipc_server::get_stream(void) const
83{
84 acl_assert(sstream_);
85 return sstream_;
86}
87
88aio_handle& ipc_server::get_handle(void) const
89{

Callers 15

connect_serverMethod · 0.45
connect_serverMethod · 0.45
test2Function · 0.45
test_subscribeFunction · 0.45
try_openMethod · 0.45
write_headMethod · 0.45
getLocalAddrMethod · 0.45
getLocalPortMethod · 0.45
getRemoteAddrMethod · 0.45
getRemotePortMethod · 0.45
build_clusterMethod · 0.45
cluster_meetingMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_subscribeFunction · 0.36