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

Function xo_close_list_h

tools/libxo/libxo/libxo.c:7237–7241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7235}
7236
7237xo_ssize_t
7238xo_close_list_h (xo_handle_t *xop, const char *name)
7239{
7240 return xo_transition(xop, 0, name, XSS_CLOSE_LIST);
7241}
7242
7243xo_ssize_t
7244xo_close_list (const char *name)

Callers 3

xo_close_listFunction · 0.85
xo_close_list_hdFunction · 0.85
xo_close_list_dFunction · 0.85

Calls 1

xo_transitionFunction · 0.85

Tested by

no test coverage detected