MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / create_and_connect_socket

Method create_and_connect_socket

dependencies/httplib/httplib.h:5856–5862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5854}
5855
5856inline bool ClientImpl::create_and_connect_socket(Socket &socket,
5857 Error &error) {
5858 auto sock = create_client_socket(error);
5859 if (sock == INVALID_SOCKET) { return false; }
5860 socket.sock = sock;
5861 return true;
5862}
5863
5864inline void ClientImpl::shutdown_ssl(Socket & /*socket*/,
5865 bool /*shutdown_gracefully*/) {

Callers

nothing calls this directly

Calls 1

create_client_socketFunction · 0.85

Tested by

no test coverage detected