Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azadkuh/qhttp
/ tcpSocket
Method
tcpSocket
src/qhttpserverconnection.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
QTcpSocket*
45
QHttpConnection::tcpSocket() const {
46
return d_func()->isocket.itcpSocket;
47
}
48
49
QLocalSocket*
50
QHttpConnection::localSocket() const {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected