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

Method refcnt

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

Source from the content-addressed store, hash-verified

685}
686
687zmq::atomic_counter_t *zmq::msg_t::refcnt ()
688{
689 switch (_u.base.type) {
690 case type_lmsg:
691 return &_u.lmsg.content->refcnt;
692 case type_zclmsg:
693 return &_u.zclmsg.content->refcnt;
694 default:
695 zmq_assert (false);
696 return NULL;
697 }
698}

Callers 1

copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected