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

Method open

lib_acl_cpp/src/stream/aio_socket_stream.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207aio_socket_stream* aio_socket_stream::open(aio_handle* handle,
208 const char* addr, int timeout)
209{
210 return open(handle, addr, NULL, timeout);
211}
212
213aio_socket_stream* aio_socket_stream::open(aio_handle* handle, const char* addr,
214 const char* local, int timeout)

Callers

nothing calls this directly

Calls 6

openFunction · 0.85
acl_aio_connect2Function · 0.85
enable_errorMethod · 0.80
enable_openMethod · 0.80
aio_socket_streamClass · 0.50
get_handleMethod · 0.45

Tested by

no test coverage detected