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

Method localSocket

src/qhttpserverconnection.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QLocalSocket*
50QHttpConnection::localSocket() const {
51 return d_func()->isocket.ilocalSocket;
52}
53
54void
55QHttpConnection::onHandler(const TServerHandler &handler) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected