Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetCommonSockOps
Function
GetCommonSockOps
util/network/socket.cpp:840–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
838
}
839
840
static inline TSocket::TOps* GetCommonSockOps() noexcept {
841
return Singleton<TCommonSockOps>();
842
}
843
844
TSocket::TSocket()
845
: Impl_(new TImpl(INVALID_SOCKET, GetCommonSockOps()))
Callers
1
TSocket
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected