MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / ~ClientImpl

Method ~ClientImpl

dependencies/httplib/httplib.h:5783–5787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5781 client_cert_path_(client_cert_path), client_key_path_(client_key_path) {}
5782
5783inline ClientImpl::~ClientImpl() {
5784 std::lock_guard<std::mutex> guard(socket_mutex_);
5785 shutdown_socket(socket_);
5786 close_socket(socket_);
5787}
5788
5789inline bool ClientImpl::is_valid() const { return true; }
5790

Callers

nothing calls this directly

Calls 2

shutdown_socketFunction · 0.85
close_socketFunction · 0.85

Tested by

no test coverage detected