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

Function pn_message_annotations

c/src/core/message.c:1051–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049}
1050
1051pn_data_t *pn_message_annotations(pn_message_t *msg)
1052{
1053 if (!msg) return NULL;
1054 pni_switch_to_data(&msg->annotations_raw, &msg->annotations_deprecated);
1055 return msg->annotations_deprecated;
1056}
1057
1058pn_data_t *pn_message_properties(pn_message_t *msg)
1059{

Callers 3

_pre_encodeMethod · 0.85
_post_decodeMethod · 0.85
message.cppFile · 0.85

Calls 1

pni_switch_to_dataFunction · 0.85

Tested by

no test coverage detected