MCPcopy Create free account
hub / github.com/deskflow/deskflow / getEventTarget

Method getEventTarget

src/lib/net/TCPSocket.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void *TCPSocket::getEventTarget() const
113{
114 return const_cast<void *>(static_cast<const void *>(this));
115}
116
117uint32_t TCPSocket::read(void *buffer, uint32_t n)
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected