MCPcopy 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
279int 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_copyFunction · 0.85
pn_messenger_startFunction · 0.85

Calls 3

pn_string_setnFunction · 0.85
pn_string_getFunction · 0.85
pn_string_sizeFunction · 0.85

Tested by

no test coverage detected