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

Method is_lmsg

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

Source from the content-addressed store, hash-verified

489}
490
491bool zmq::msg_t::is_lmsg () const
492{
493 return _u.base.type == type_lmsg;
494}
495
496bool zmq::msg_t::is_zcmsg () const
497{

Callers 1

copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected