Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Socket
Function
Socket
library/cpp/coroutine/engine/network.cpp:318–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
SOCKET Socket(int domain, int type, int protocol) noexcept {
319
return Socket4(domain, type, protocol);
320
}
321
322
SOCKET Socket(const struct addrinfo& ai) noexcept {
323
return Socket(ai.ai_family, ai.ai_socktype, ai.ai_protocol);
Callers
7
AllocateMore
Method · 0.85
ConnectD
Function · 0.85
Parse
Method · 0.85
IsLocal
Method · 0.85
Process
Method · 0.85
Connect
Method · 0.85
PollT
Method · 0.85
Calls
1
Socket4
Function · 0.85
Tested by
no test coverage detected