Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azadkuh/qhttp
/ setSocketDescriptor
Method
setSocketDescriptor
src/qhttpserverconnection.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void
18
QHttpConnection::setSocketDescriptor(qintptr sokDescriptor, TBackend backendType) {
19
d_ptr->createSocket(sokDescriptor, backendType);
20
}
21
22
QHttpConnection::~QHttpConnection() {
23
QHTTP_LINE_LOG
Callers
4
create
Function · 0.80
incomingConnection
Method · 0.80
QHttpConnectionPrivate
Method · 0.80
initLocalSocket
Method · 0.80
Calls
1
createSocket
Method · 0.80
Tested by
no test coverage detected