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

Method group_id

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

Source from the content-addressed store, hash-verified

212}
213
214void message::group_id(const std::string &s) {
215 check(pn_message_set_group_id(pn_msg(), s.c_str()));
216}
217
218std::string message::group_id() const {
219 const char* s = pn_message_get_group_id(pn_msg());

Callers 3

test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45

Calls 4

c_strMethod · 0.80
checkFunction · 0.70
pn_message_set_group_idFunction · 0.50
pn_message_get_group_idFunction · 0.50

Tested by 2

test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36