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

Method is_connected

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

* Returns true if the socket is in a connected state. */

Source from the content-addressed store, hash-verified

201 * Returns true if the socket is in a connected state.
202 */
203bool dgram_client_socket::is_connected(void) const { return connected; }
204} // namespace libsocket
205
206/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected