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

Method content_encoding

cpp/src/message.cpp:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void message::content_encoding(const std::string &s) {
192 check(pn_message_set_content_encoding(pn_msg(), s.c_str()));
193}
194
195std::string message::content_encoding() const {
196 const char* s = pn_message_get_content_encoding(pn_msg());

Callers 2

test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45

Calls 4

c_strMethod · 0.80
checkFunction · 0.70

Tested by 2

test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36