Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
QLocalServer*
90
QHttpServer::localServer() const {
91
return d_func()->ilocalServer.data();
92
}
93
94
void
95
QHttpServer::incomingConnection(qintptr handle) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected