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

Method backendType

src/qhttpserverconnection.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39TBackend
40QHttpConnection::backendType() const {
41 return d_func()->isocket.ibackendType;
42}
43
44QTcpSocket*
45QHttpConnection::tcpSocket() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected