Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HasAllPackets
Function · 0.45
ProcessDataPacket
Method · 0.45
DumpConnection
Function · 0.45
AckPacket
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected