Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsInConnectionCmd
Function
IsInConnectionCmd
library/cpp/netliba/v12/udp_host_protocol.h:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
inline bool IsInConnectionCmd(const EUdpCmd cmd) {
80
return IsTransferCmd(cmd) || IsPingCmd(cmd);
81
}
82
83
inline bool IsSystemCmd(const EUdpCmd cmd) {
84
Y_ASSERT(IsValidCmd(cmd));
Callers
5
RecvCycle
Method · 0.85
ProcessInConnectionPacket
Method · 0.85
IsSystemCmd
Function · 0.85
WriteInConnectionPacketHeader
Function · 0.85
ReadInConnectionPacketHeaderTail
Function · 0.85
Calls
2
IsTransferCmd
Function · 0.85
IsPingCmd
Function · 0.85
Tested by
no test coverage detected