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

Method Connect

library/cpp/netliba/socket/socket.cpp:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 }
333
334 int TAbstractSocket::Connect(const sockaddr* address, socklen_t address_len) {
335 Y_ASSERT(IsValid());
336 return connect(S, address, address_len);
337 }
338
339 void TAbstractSocket::CancelWaitHost(const sockaddr_in6 addr) {
340 CancelWaitImpl(&addr);

Callers

nothing calls this directly

Calls 1

IsValidFunction · 0.85

Tested by

no test coverage detected