MCPcopy 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

AllocateMoreMethod · 0.85
ConnectDFunction · 0.85
ParseMethod · 0.85
IsLocalMethod · 0.85
ProcessMethod · 0.85
ConnectMethod · 0.85
PollTMethod · 0.85

Calls 1

Socket4Function · 0.85

Tested by

no test coverage detected