Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ pn_string_copy
Function
pn_string_copy
c/src/core/object/string.c:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
int pn_string_copy(pn_string_t *string, pn_string_t *src)
280
{
281
return pn_string_setn(string, pn_string_get(src), pn_string_size(src));
282
}
Callers
2
pn_condition_copy
Function · 0.85
pn_messenger_start
Function · 0.85
Calls
3
pn_string_setn
Function · 0.85
pn_string_get
Function · 0.85
pn_string_size
Function · 0.85
Tested by
no test coverage detected