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

Method localServer

src/qhttpserver.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89QLocalServer*
90QHttpServer::localServer() const {
91 return d_func()->ilocalServer.data();
92}
93
94void
95QHttpServer::incomingConnection(qintptr handle) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected