Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
564
static 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
569
pn_bytes_t pn_message_get_user_id(pn_message_t *msg)
570
{
Callers
2
pn_message_set_user_id
Function · 0.85
pn_message_decode
Function · 0.85
Calls
1
pn_string_setn
Function · 0.85
Tested by
no test coverage detected