Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ to
Method
to
cpp/src/message.cpp:138–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void message::to(const std::string &addr) {
139
check(pn_message_set_address(pn_msg(), addr.c_str()));
140
}
141
142
std::string message::to() const {
143
const char* addr = pn_message_get_address(pn_msg());
Callers
7
test_message_defaults
Function · 0.45
test_message_properties
Function · 0.45
test_message_print
Function · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
Calls
4
c_str
Method · 0.80
check
Function · 0.70
pn_message_set_address
Function · 0.50
pn_message_get_address
Function · 0.50
Tested by
3
test_message_defaults
Function · 0.36
test_message_properties
Function · 0.36
test_message_print
Function · 0.36