MCPcopy 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
511bool zmq::msg_t::is_ping () const
512{
513 return (_u.base.flags & CMD_TYPE_MASK) == ping;
514}
515
516bool zmq::msg_t::is_pong () const
517{

Callers 4

command_body_sizeMethod · 0.95
command_bodyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected