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

Method send

cpp/src/sender.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63tracker sender::send(const message &message) {
64 uint64_t id = ++tag_counter;
65 const uint8_t *begin = reinterpret_cast<const uint8_t *>(&id);
66 const binary tag(begin, begin + sizeof(id));
67 return send(message, tag);
68}
69
70tracker sender::send(const message &message, const binary &tag) {
71 pn_delivery_t *dlv = pn_delivery(

Callers 8

on_sendableMethod · 0.45
on_sendableMethod · 0.45
on_sendableMethod · 0.45
on_sendableMethod · 0.45
test_messageFunction · 0.45

Calls 12

sendFunction · 0.85
pn_dtagFunction · 0.85
pn_link_advanceFunction · 0.85
pn_link_snd_settle_modeFunction · 0.85
pn_delivery_settleFunction · 0.85
pn_link_creditFunction · 0.85
getFunction · 0.70
pn_deliveryFunction · 0.50
pn_link_sendFunction · 0.50
sizeMethod · 0.45
message_encodeMethod · 0.45
emptyMethod · 0.45

Tested by 8

on_sendableMethod · 0.36
on_sendableMethod · 0.36
on_sendableMethod · 0.36
on_sendableMethod · 0.36
test_messageFunction · 0.36