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

Method address

cpp/src/message.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void message::address(const std::string &addr) {
148 check(pn_message_set_address(pn_msg(), addr.c_str()));
149}
150
151std::string message::address() const {
152 const char* addr = pn_message_get_address(pn_msg());

Callers

nothing calls this directly

Calls 4

c_strMethod · 0.80
checkFunction · 0.70
pn_message_set_addressFunction · 0.50
pn_message_get_addressFunction · 0.50

Tested by

no test coverage detected