MCPcopy Create free account
hub / github.com/catboost/catboost / AcceptI

Function AcceptI

library/cpp/coroutine/engine/network.cpp:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 int AcceptI(TCont* cont, SOCKET s, struct sockaddr* addr, socklen_t* addrlen) noexcept {
315 return AcceptD(cont, s, addr, addrlen, TInstant::Max());
316 }
317
318 SOCKET Socket(int domain, int type, int protocol) noexcept {
319 return Socket4(domain, type, protocol);

Callers 1

DoRunMethod · 0.85

Calls 2

AcceptDFunction · 0.85
MaxFunction · 0.50

Tested by

no test coverage detected