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

Method tcpServer

src/qhttpserver.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84QTcpServer*
85QHttpServer::tcpServer() const {
86 return d_func()->itcpServer.data();
87}
88
89QLocalServer*
90QHttpServer::localServer() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected