| 5849 | write_timeout_usec_(write_timeout_usec), read_buff_(read_buff_size_, 0) {} |
| 5850 | |
| 5851 | inline SocketStream::~SocketStream() = default; |
| 5852 | |
| 5853 | inline bool SocketStream::is_readable() const { |
| 5854 | return select_read(sock_, read_timeout_sec_, read_timeout_usec_) > 0; |
nothing calls this directly
no outgoing calls
no test coverage detected