Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ getSockfd
Method
getSockfd
src/SocketCore.h:126–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
~SocketCore();
125
126
sock_t getSockfd() const { return sockfd_; }
127
128
bool isOpen() const { return sockfd_ != (sock_t)-1; }
129
Callers
4
addSocketForReadCheck
Method · 0.80
deleteSocketForReadCheck
Method · 0.80
addSocketForWriteCheck
Method · 0.80
deleteSocketForWriteCheck
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected