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

Method AttachStats

library/cpp/netliba/v6/udp_client_server.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 HasLastPacket = false;
92 }
93 void AttachStats(TRequesterPendingDataStats* stats) {
94 Stats = stats;
95 Stats->InpCount += 1;
96 Y_ASSERT(Packets.empty());
97 }
98 void ErasePacket(int id) {
99 TUdpRecvPacket* pkt = Packets[id];
100 if (pkt) {

Callers 2

SendMethod · 0.45
RecvCycleMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected