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

Method id

cpp/src/message.cpp:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122} // namespace
123
124void message::id(const message_id& id) { pn_message_set_id(pn_msg(), id.atom_); }
125
126message_id message::id() const {
127 return pn_message_get_id(pn_msg());

Callers 12

test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45
on_sendableMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
sendMethod · 0.45
on_sendableMethod · 0.45
on_sendableMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
send_requestMethod · 0.45
on_messageMethod · 0.45

Calls 2

pn_message_set_idFunction · 0.50
pn_message_get_idFunction · 0.50

Tested by 2

test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36