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

Function pn_string_set_bytes

c/src/core/message.c:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564static int pn_string_set_bytes(pn_string_t *string, pn_bytes_t bytes)
565{
566 return pn_string_setn(string, bytes.start, bytes.size);
567}
568
569pn_bytes_t pn_message_get_user_id(pn_message_t *msg)
570{

Callers 2

pn_message_set_user_idFunction · 0.85
pn_message_decodeFunction · 0.85

Calls 1

pn_string_setnFunction · 0.85

Tested by

no test coverage detected