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

Function pn_message_set_content_encoding

c/src/core/message.c:667–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665 return pn_string_get(msg->content_encoding);
666}
667int pn_message_set_content_encoding(pn_message_t *msg, const char *encoding)
668{
669 assert(msg);
670 return pn_string_set(msg->content_encoding, encoding);
671}
672
673pn_timestamp_t pn_message_get_expiry_time(pn_message_t *msg)
674{

Callers 1

content_encodingMethod · 0.50

Calls 1

pn_string_setFunction · 0.85

Tested by

no test coverage detected