MCPcopy Create free account
hub / github.com/azadkuh/qhttp / tcpSocket

Method tcpSocket

src/qhttpserverconnection.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44QTcpSocket*
45QHttpConnection::tcpSocket() const {
46 return d_func()->isocket.itcpSocket;
47}
48
49QLocalSocket*
50QHttpConnection::localSocket() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected