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

Method stream_client_socket

headers/streamclient.hpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 public:
60 stream_client_socket();
61 stream_client_socket(const stream_client_socket&) = delete;
62 stream_client_socket(stream_client_socket&& other)
63 : socket(std::move(other)), shut_rd(false), shut_wr(false) {}
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected