Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
void message::group_id(const std::string &s) {
215
check(pn_message_set_group_id(pn_msg(), s.c_str()));
216
}
217
218
std::string message::group_id() const {
219
const char* s = pn_message_get_group_id(pn_msg());
Callers
3
test_message_defaults
Function · 0.45
test_message_properties
Function · 0.45
send_remaining_messages
Method · 0.45
Calls
4
c_str
Method · 0.80
check
Function · 0.70
pn_message_set_group_id
Function · 0.50
pn_message_get_group_id
Function · 0.50
Tested by
2
test_message_defaults
Function · 0.36
test_message_properties
Function · 0.36