Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsEmpty
Method
IsEmpty
library/cpp/netliba/socket/packet_queue.h:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
bool IsEmpty() const {
90
return AtomicAdd(NumPackets, 0) == 0;
91
}
92
93
TSystemEvent& GetEvent() const {
94
return QueueEvent;
Callers
15
Send
Method · 0.45
UpdateAsyncSignalState
Method · 0.45
FinishOutstandingTransactions
Method · 0.45
Wait
Method · 0.45
~TTXUserQueue
Method · 0.45
SendLow
Method · 0.45
ProcessInConnectionPacket
Method · 0.45
Wait
Method · 0.45
WriteInConnectionPacketHeader
Function · 0.45
WriteTransferPacketHeader
Function · 0.45
Create
Method · 0.45
Open
Method · 0.45
Calls
1
AtomicAdd
Function · 0.50
Tested by
no test coverage detected