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

Method stream_client_socket

C++/streamclient.cpp:54–54  ·  view source on GitHub ↗

* @brief Void constructor */

Source from the content-addressed store, hash-verified

52 * @brief Void constructor
53 */
54stream_client_socket::stream_client_socket() : shut_rd(false), shut_wr(false) {}
55
56/**
57 * @brief Receive data from socket

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected