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

Function xo_emit_fp

tools/libxo/libxo/xo.h:271–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270PRINTFLIKE(2, 3)
271static inline xo_ssize_t
272xo_emit_fp (xo_emit_flags_t flags, const char *fmt, ...)
273{
274 va_list vap;
275 va_start(vap, fmt);
276 xo_ssize_t rc = xo_emit_hvf(NULL, flags, fmt, vap);
277 va_end(vap);
278 return rc;
279}
280
281xo_ssize_t
282xo_open_container_hf (xo_handle_t *xop, xo_xof_flags_t flags, const char *name);

Callers

nothing calls this directly

Calls 1

xo_emit_hvfFunction · 0.85

Tested by

no test coverage detected