Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ is_ping
Method
is_ping
contrib/libs/zeromq/src/msg.cpp:511–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
}
510
511
bool zmq::msg_t::is_ping () const
512
{
513
return (_u.base.flags & CMD_TYPE_MASK) == ping;
514
}
515
516
bool zmq::msg_t::is_pong () const
517
{
Callers
4
command_body_size
Method · 0.95
command_body
Method · 0.95
process_heartbeat_message
Method · 0.80
process_command_message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected