MCPcopy 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
24bool zmq::msg_t::check () const
25{
26 return _u.base.type >= type_min && _u.base.type <= type_max;
27}
28
29int zmq::msg_t::init (void *data_,
30 size_t size_,

Callers 8

moveMethod · 0.45
copyMethod · 0.45
matchMethod · 0.45
sendMethod · 0.45
recvMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
webdav_upload.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected