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

Function xo_open_instance_hf

tools/libxo/libxo/libxo.c:7410–7414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7408}
7409
7410xo_ssize_t
7411xo_open_instance_hf (xo_handle_t *xop, xo_xof_flags_t flags, const char *name)
7412{
7413 return xo_transition(xop, flags, name, XSS_OPEN_INSTANCE);
7414}
7415
7416xo_ssize_t
7417xo_open_instance_h (xo_handle_t *xop, const char *name)

Callers 4

xo_open_instance_hFunction · 0.85
xo_open_instanceFunction · 0.85
xo_open_instance_hdFunction · 0.85
xo_open_instance_dFunction · 0.85

Calls 1

xo_transitionFunction · 0.85

Tested by

no test coverage detected