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

Method socket

C++/socket.cpp:45–46  ·  view source on GitHub ↗

* @brief Constructor. Sets `sfd` to -1. * */

Source from the content-addressed store, hash-verified

43 *
44 */
45socket::socket(void)
46 : sfd(-1), is_nonblocking(false), close_on_destructor(true) {}
47
48/**
49 * @brief Move constructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected