MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ~ClientImpl

Method ~ClientImpl

examples/server/httplib.h:6211–6215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6209 client_cert_path_(client_cert_path), client_key_path_(client_key_path) {}
6210
6211inline ClientImpl::~ClientImpl() {
6212 std::lock_guard<std::mutex> guard(socket_mutex_);
6213 shutdown_socket(socket_);
6214 close_socket(socket_);
6215}
6216
6217inline bool ClientImpl::is_valid() const { return true; }
6218

Callers

nothing calls this directly

Calls 2

shutdown_socketFunction · 0.85
close_socketFunction · 0.85

Tested by

no test coverage detected