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

Method GetPacket

library/cpp/netliba/v6/udp_client_server.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 Packets.resize(n, nullptr);
120 }
121 const TUdpRecvPacket* GetPacket(int id) const {
122 return Packets[id];
123 }
124 TUdpRecvPacket* ExtractPacket(int id) {
125 TUdpRecvPacket* res = Packets[id];
126 if (res) {

Callers 3

GetPendingDataSizeMethod · 0.45
HasAllPacketsFunction · 0.45
WriteAckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected