Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azadkuh/qhttp
/ ~QHttpServer
Method
~QHttpServer
src/qhttpserver.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
QHttpServer::~QHttpServer() {
17
stopListening();
18
}
19
20
bool
21
QHttpServer::listen(const QString &socketOrPort, const TServerHandler &handler) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected