| 110 | } |
| 111 | |
| 112 | void *TCPSocket::getEventTarget() const |
| 113 | { |
| 114 | return const_cast<void *>(static_cast<const void *>(this)); |
| 115 | } |
| 116 | |
| 117 | uint32_t TCPSocket::read(void *buffer, uint32_t n) |
| 118 | { |
nothing calls this directly
no outgoing calls
no test coverage detected