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

Function xo_buf_reset

tools/libxo/libxo/xo_buf.h:48–52  ·  view source on GitHub ↗

* Reset the buffer to empty */

Source from the content-addressed store, hash-verified

46 * Reset the buffer to empty
47 */
48static inline void
49xo_buf_reset (xo_buffer_t *xbp)
50{
51 xbp->xb_curp = xbp->xb_bufp;
52}
53
54/*
55 * Return the number of bytes left in the buffer

Callers 4

csv_emit_recordFunction · 0.85
csv_handlerFunction · 0.85
xo_format_valueFunction · 0.85
xo_colors_handle_htmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected