MCPcopy Create free account
hub / github.com/catboost/catboost / is_zcmsg

Method is_zcmsg

contrib/libs/zeromq/src/msg.cpp:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496bool zmq::msg_t::is_zcmsg () const
497{
498 return _u.base.type == type_zclmsg;
499}
500
501bool zmq::msg_t::is_join () const
502{

Callers 3

copyMethod · 0.80
decodeMethod · 0.80
size_readyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected