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

Function xo_open_container_hf

tools/libxo/libxo/libxo.c:7000–7004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6998}
6999
7000xo_ssize_t
7001xo_open_container_hf (xo_handle_t *xop, xo_xof_flags_t flags, const char *name)
7002{
7003 return xo_transition(xop, flags, name, XSS_OPEN_CONTAINER);
7004}
7005
7006xo_ssize_t
7007xo_open_container_h (xo_handle_t *xop, const char *name)

Callers 4

xo_open_container_hFunction · 0.85
xo_open_containerFunction · 0.85
xo_open_container_hdFunction · 0.85
xo_open_container_dFunction · 0.85

Calls 1

xo_transitionFunction · 0.85

Tested by

no test coverage detected