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

Function pn_string_get

c/src/core/object/string.c:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119const char *pn_string_get(pn_string_t *string)
120{
121 if (!string || string->size == PNI_NULL_SIZE) {
122 return NULL;
123 } else {
124 return string->bytes;
125 }
126}
127
128size_t pn_string_size(pn_string_t *string)
129{

Callers 15

pn_url_strFunction · 0.85
pnx_sasl_set_succeededFunction · 0.85
pni_post_sasl_frameFunction · 0.85
pn_sasl_get_mechFunction · 0.85
pn_do_initFunction · 0.85
pn_do_mechanismsFunction · 0.85
emit_conditionFunction · 0.85
pn_transport_bindFunction · 0.85
pn_connection_get_userFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_stringFunction · 0.68