Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void pn_string_clear(pn_string_t *string)
203
{
204
pn_string_set(string, NULL);
205
}
206
207
int pn_string_format(pn_string_t *string, PN_PRINTF_FORMAT const char *format, ...)
208
{
Callers
3
pn_url_clear
Function · 0.85
pn_condition_clear
Function · 0.85
pn_message_clear
Function · 0.85
Calls
1
pn_string_set
Function · 0.85
Tested by
no test coverage detected