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

Function pn_string_buffer

c/src/core/object/string.c:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256char *pn_string_buffer(pn_string_t *string)
257{
258 if (!string) return NULL;
259
260 return string->bytes;
261}
262
263size_t pn_string_capacity(pn_string_t *string)
264{

Callers 5

pn_do_mechanismsFunction · 0.85
pn_quoteFunction · 0.85
pn_transform_applyFunction · 0.85
pni_parseFunction · 0.85
pni_handle_boundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected