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

Function xo_buf_is_empty

tools/libxo/libxo/xo_buf.h:66–70  ·  view source on GitHub ↗

* See if the buffer to empty */

Source from the content-addressed store, hash-verified

64 * See if the buffer to empty
65 */
66static inline int
67xo_buf_is_empty (xo_buffer_t *xbp)
68{
69 return (xbp->xb_curp == xbp->xb_bufp);
70}
71
72/*
73 * Return the current offset

Callers 2

xo_color_append_htmlFunction · 0.85
xo_buf_append_divFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected