MCPcopy Create free account
hub / github.com/chrxh/alien / ~SSLSocketStream

Method ~SSLSocketStream

external/cpp-httplib/httplib.h:7328–7328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7326 }
7327
7328 inline SSLSocketStream::~SSLSocketStream() {}
7329
7330 inline bool SSLSocketStream::is_readable() const {
7331 return detail::select_read(sock_, read_timeout_sec_, read_timeout_usec_) > 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected