Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setSocket
Method
setSocket
src/eepp/network/http.cpp:1600–1602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1598
}
1599
1600
void Http::HttpConnection::setSocket( TcpSocket* socket ) {
1601
mSocket = socket;
1602
}
1603
1604
TcpSocket* Http::HttpConnection::getSocket() const {
1605
return mSocket;
Callers
1
downloadRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected