Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
496
bool zmq::msg_t::is_zcmsg () const
497
{
498
return _u.base.type == type_zclmsg;
499
}
500
501
bool zmq::msg_t::is_join () const
502
{
Callers
3
copy
Method · 0.80
decode
Method · 0.80
size_ready
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected