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

Method GetPacketCount

library/cpp/netliba/v12/net_acks.h:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 return PacketCount != 0;
423 }
424 int GetPacketCount() const {
425 return PacketCount;
426 }
427 void SetPacketCount(int n) {
428 Y_ASSERT(PacketCount == 0);
429 PacketCount = n;

Callers 4

HasAllPacketsFunction · 0.45
ProcessDataPacketMethod · 0.45
DumpConnectionFunction · 0.45
AckPacketFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected