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

Method user

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

Source from the content-addressed store, hash-verified

128}
129
130void message::user(const std::string &id) {
131 check(pn_message_set_user_id(pn_msg(), pn_bytes(id)));
132}
133
134std::string message::user() const {
135 return str(pn_message_get_user_id(pn_msg()));

Callers

nothing calls this directly

Calls 5

checkFunction · 0.70
pn_bytesFunction · 0.70
strFunction · 0.70
pn_message_set_user_idFunction · 0.50
pn_message_get_user_idFunction · 0.50

Tested by

no test coverage detected