Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TSocket
Method
TSocket
util/network/socket.cpp:844–847 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
842
}
843
844
TSocket::TSocket()
845
: Impl_(new TImpl(INVALID_SOCKET, GetCommonSockOps()))
846
{
847
}
848
849
TSocket::TSocket(SOCKET fd)
850
: Impl_(new TImpl(fd, GetCommonSockOps()))
Callers
nothing calls this directly
Calls
5
GetCommonSockOps
Function · 0.85
DoConnect
Function · 0.85
ToDeadLine
Method · 0.80
Max
Function · 0.50
Info
Method · 0.45
Tested by
no test coverage detected