Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void message::id(const message_id& id) { pn_message_set_id(pn_msg(), id.atom_); }
125
126
message_id message::id() const {
127
return pn_message_get_id(pn_msg());
Callers
12
test_message_defaults
Function · 0.45
test_message_properties
Function · 0.45
on_sendable
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
send
Method · 0.45
on_sendable
Method · 0.45
on_sendable
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
send_request
Method · 0.45
on_message
Method · 0.45
Calls
2
pn_message_set_id
Function · 0.50
pn_message_get_id
Function · 0.50
Tested by
2
test_message_defaults
Function · 0.36
test_message_properties
Function · 0.36