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

Function xo_close_instance_h

tools/libxo/libxo/libxo.c:7498–7502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7496}
7497
7498xo_ssize_t
7499xo_close_instance_h (xo_handle_t *xop, const char *name)
7500{
7501 return xo_transition(xop, 0, name, XSS_CLOSE_INSTANCE);
7502}
7503
7504xo_ssize_t
7505xo_close_instance (const char *name)

Callers 3

xo_close_instanceFunction · 0.85
xo_close_instance_hdFunction · 0.85
xo_close_instance_dFunction · 0.85

Calls 1

xo_transitionFunction · 0.85

Tested by

no test coverage detected