MCPcopy 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

RecvCycleMethod · 0.85
IsSystemCmdFunction · 0.85

Calls 2

IsTransferCmdFunction · 0.85
IsPingCmdFunction · 0.85

Tested by

no test coverage detected