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

Method get_socket

lib_acl_cpp/src/stream/aio_stream.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160ACL_SOCKET aio_stream::get_socket() const
161{
162 ACL_VSTREAM* stream = get_vstream();
163 if (stream == NULL) {
164 return ACL_SOCKET_INVALID;
165 }
166 return ACL_VSTREAM_SOCK(stream);
167}
168
169void aio_stream::add_close_callback(aio_callback* callback)
170{

Callers 1

on_acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected