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

Function xo_open_marker_h

tools/libxo/libxo/libxo.c:7895–7904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7893}
7894
7895xo_ssize_t
7896xo_open_marker_h (xo_handle_t *xop, const char *name)
7897{
7898 xop = xo_default(xop);
7899
7900 xo_depth_change(xop, name, 1, 0, XSS_MARKER,
7901 xop->xo_stack[xop->xo_depth].xs_flags & XSF_MARKER_FLAGS);
7902
7903 return 0;
7904}
7905
7906xo_ssize_t
7907xo_open_marker (const char *name)

Callers 2

xo_open_markerFunction · 0.85
xo_emit_warn_hcvFunction · 0.85

Calls 2

xo_defaultFunction · 0.85
xo_depth_changeFunction · 0.85

Tested by

no test coverage detected