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

Function xo_buf_data

tools/libxo/libxo/xo_buf.h:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static inline char *
82xo_buf_data (xo_buffer_t *xbp, ssize_t offset)
83{
84 if (xbp == NULL)
85 return NULL;
86 return xbp->xb_bufp + offset;
87}
88
89static inline char *
90xo_buf_cur (xo_buffer_t *xbp)

Callers 6

cbor_appendFunction · 0.85
cbor_contentFunction · 0.85
csv_emit_recordFunction · 0.85
csv_leaf_numFunction · 0.85
xo_format_valueFunction · 0.85
xo_attr_hvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected