MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / canWrite

Method canWrite

UDP/SocketForwarder.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected