| 115 | } |
| 116 | |
| 117 | bool |
| 118 | SocketDataWriter::canWrite(void) const |
| 119 | { |
| 120 | return !this->solved || this->fd != -1; |
| 121 | } |
| 122 | |
| 123 | ssize_t |
| 124 | SocketDataWriter::write(const void *data, size_t len) |
nothing calls this directly
no outgoing calls
no test coverage detected