MCPcopy Create free account
hub / github.com/dermesser/libsocket / getconn

Method getconn

C++/dgramclient.cpp:198–198  ·  view source on GitHub ↗

* @deprecated (use is_connected()) * * Look up if socket is connected. */

Source from the content-addressed store, hash-verified

196 * Look up if socket is connected.
197 */
198bool dgram_client_socket::getconn(void) const { return is_connected(); }
199
200/**
201 * Returns true if the socket is in a connected state.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected