MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~SSLSocketStream

Method ~SSLSocketStream

external/httplib.h:8934–8934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8932}
8933
8934inline SSLSocketStream::~SSLSocketStream() = default;
8935
8936inline bool SSLSocketStream::is_readable() const {
8937 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