MCPcopy 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
840static inline TSocket::TOps* GetCommonSockOps() noexcept {
841 return Singleton<TCommonSockOps>();
842}
843
844TSocket::TSocket()
845 : Impl_(new TImpl(INVALID_SOCKET, GetCommonSockOps()))

Callers 1

TSocketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected