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

Method sock_handle

lib_acl_cpp/src/stream/socket_stream.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177ACL_SOCKET socket_stream::sock_handle() const {
178 if (stream_ == NULL) {
179 return ACL_SOCKET_INVALID;
180 }
181 return ACL_VSTREAM_SOCK(stream_);
182}
183
184ACL_SOCKET socket_stream::unbind_sock() {
185 if (stream_ == NULL) {

Callers 15

service_on_listenMethod · 0.45
dup_streamMethod · 0.45
do_echoFunction · 0.45
startFunction · 0.45
runMethod · 0.45
handle_acceptMethod · 0.45
handle_clientMethod · 0.45
client_read_onceMethod · 0.45
mainFunction · 0.45
fiber_mainFunction · 0.45
mainFunction · 0.45
client_echoFunction · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36