MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_data_escape

Function xo_data_escape

tools/libxo/libxo/libxo.c:1286–1290  ·  view source on GitHub ↗

* Append the given string to the given buffer */

Source from the content-addressed store, hash-verified

1284 * Append the given string to the given buffer
1285 */
1286static void
1287xo_data_escape (xo_handle_t *xop, const char *str, ssize_t len)
1288{
1289 xo_buf_escape(xop, &xop->xo_data, str, len, 0);
1290}
1291
1292#ifdef LIBXO_NO_RETAIN
1293/*

Callers 3

xo_buf_append_divFunction · 0.85
xo_format_valueFunction · 0.85
xo_format_unitsFunction · 0.85

Calls 1

xo_buf_escapeFunction · 0.85

Tested by

no test coverage detected