Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
aio_listen_stream* ipc_server::get_stream(void) const
83
{
84
acl_assert(sstream_);
85
return sstream_;
86
}
87
88
aio_handle& ipc_server::get_handle(void) const
89
{
Callers
15
connect_server
Method · 0.45
connect_server
Method · 0.45
test2
Function · 0.45
test_subscribe
Function · 0.45
try_open
Method · 0.45
write_head
Method · 0.45
getLocalAddr
Method · 0.45
getLocalPort
Method · 0.45
getRemoteAddr
Method · 0.45
getRemotePort
Method · 0.45
build_cluster
Method · 0.45
cluster_meeting
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_subscribe
Function · 0.36