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

Function xo_data_append

tools/libxo/libxo/libxo.c:1277–1281  ·  view source on GitHub ↗

* Append the given string to the given buffer, without escaping or * character set conversion. This is the straight copy to the data * buffer with no fanciness. */

Source from the content-addressed store, hash-verified

1275 * buffer with no fanciness.
1276 */
1277static void
1278xo_data_append (xo_handle_t *xop, const char *str, ssize_t len)
1279{
1280 xo_buf_append(&xop->xo_data, str, len);
1281}
1282
1283/*
1284 * Append the given string to the given buffer

Callers 10

xo_message_hcvFunction · 0.85
xo_line_ensure_openFunction · 0.85
xo_line_closeFunction · 0.85
xo_color_append_htmlFunction · 0.85
xo_buf_append_divFunction · 0.85
xo_format_titleFunction · 0.85
xo_format_prepFunction · 0.85
xo_format_valueFunction · 0.85
xo_do_open_containerFunction · 0.85
xo_do_open_instanceFunction · 0.85

Calls 1

xo_buf_appendFunction · 0.85

Tested by

no test coverage detected