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

Method Recv

library/cpp/netliba/socket/socket.cpp:610–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608 }
609
610 TUdpRecvPacket* TSocket::Recv(sockaddr_in6* srcAddr, sockaddr_in6* dstAddr, int netlibaVersion) {
611 Y_UNUSED(netlibaVersion);
612 return RecvImpl(&RecvBuf, srcAddr, dstAddr);
613 }
614
615 ///////////////////////////////////////////////////////////////////////////////
616

Callers

nothing calls this directly

Calls 4

Y_UNUSEDFunction · 0.85
ExtractPacketMethod · 0.45
PopMethod · 0.45

Tested by

no test coverage detected