MCPcopy Create free account
hub / github.com/apache/qpid-proton / tag

Method tag

cpp/src/tracker.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34tracker::tracker(pn_delivery_t *d): transfer(make_wrapper(d)) {}
35sender tracker::sender() const { return make_wrapper<class sender>(pn_delivery_link(pn_object())); }
36binary tracker::tag() const { return bin(pn_delivery_tag(pn_object())); }
37}

Callers 7

on_messageMethod · 0.45
on_sendableMethod · 0.45
on_tracker_acceptMethod · 0.45
on_tracker_settleMethod · 0.45
on_message_handlerMethod · 0.45
on_settled_spanMethod · 0.45
on_messageMethod · 0.45

Calls 2

binFunction · 0.85
pn_delivery_tagFunction · 0.50

Tested by 4

on_messageMethod · 0.36
on_sendableMethod · 0.36
on_tracker_acceptMethod · 0.36
on_tracker_settleMethod · 0.36