Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azadkuh/qhttp
/ onHandler
Method
onHandler
src/qhttpserverconnection.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void
55
QHttpConnection::onHandler(const TServerHandler &handler) {
56
d_func()->ihandler = handler;
57
}
58
59
void
60
QHttpConnection::timerEvent(QTimerEvent *) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected