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

Method process_socket

dependencies/httplib/httplib.h:6484–6490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6482}
6483
6484inline bool
6485ClientImpl::process_socket(const Socket &socket,
6486 std::function<bool(Stream &strm)> callback) {
6487 return detail::process_client_socket(
6488 socket.sock, read_timeout_sec_, read_timeout_usec_, write_timeout_sec_,
6489 write_timeout_usec_, std::move(callback));
6490}
6491
6492inline bool ClientImpl::is_ssl() const { return false; }
6493

Callers

nothing calls this directly

Calls 2

process_client_socketFunction · 0.85

Tested by

no test coverage detected