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

Method ~SocketStream

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

Source from the content-addressed store, hash-verified

5849 write_timeout_usec_(write_timeout_usec), read_buff_(read_buff_size_, 0) {}
5850
5851inline SocketStream::~SocketStream() = default;
5852
5853inline bool SocketStream::is_readable() const {
5854 return 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