Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
char *pn_string_buffer(pn_string_t *string)
257
{
258
if (!string) return NULL;
259
260
return string->bytes;
261
}
262
263
size_t pn_string_capacity(pn_string_t *string)
264
{
Callers
5
pn_do_mechanisms
Function · 0.85
pn_quote
Function · 0.85
pn_transform_apply
Function · 0.85
pni_parse
Function · 0.85
pni_handle_bound
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected