Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
491
bool zmq::msg_t::is_lmsg () const
492
{
493
return _u.base.type == type_lmsg;
494
}
495
496
bool zmq::msg_t::is_zcmsg () const
497
{
Callers
1
copy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected