Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ check
Method
check
contrib/libs/zeromq/src/msg.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
- 1];
23
24
bool zmq::msg_t::check () const
25
{
26
return _u.base.type >= type_min && _u.base.type <= type_max;
27
}
28
29
int zmq::msg_t::init (void *data_,
30
size_t size_,
Callers
8
move
Method · 0.45
copy
Method · 0.45
match
Method · 0.45
send
Method · 0.45
recv
Method · 0.45
write
Method · 0.45
read
Method · 0.45
webdav_upload.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected