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

Function pn_string_clear

c/src/core/object/string.c:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void pn_string_clear(pn_string_t *string)
203{
204 pn_string_set(string, NULL);
205}
206
207int pn_string_format(pn_string_t *string, PN_PRINTF_FORMAT const char *format, ...)
208{

Callers 3

pn_url_clearFunction · 0.85
pn_condition_clearFunction · 0.85
pn_message_clearFunction · 0.85

Calls 1

pn_string_setFunction · 0.85

Tested by

no test coverage detected