MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / is_writable

Method is_writable

dependencies/httplib/httplib.h:4637–4639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4635}
4636
4637inline bool SocketStream::is_writable() const {
4638 return select_write(sock_, write_timeout_sec_, write_timeout_usec_) > 0;
4639}
4640
4641inline ssize_t SocketStream::read(char *ptr, size_t size) {
4642#ifdef _WIN32

Callers 3

write_contentFunction · 0.80
write_content_chunkedFunction · 0.80

Calls 1

select_writeFunction · 0.85

Tested by

no test coverage detected