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

Function xo_open_container_hd

tools/libxo/libxo/libxo.c:7018–7022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7016}
7017
7018xo_ssize_t
7019xo_open_container_hd (xo_handle_t *xop, const char *name)
7020{
7021 return xo_open_container_hf(xop, XOF_DTRT, name);
7022}
7023
7024xo_ssize_t
7025xo_open_container_d (const char *name)

Callers

nothing calls this directly

Calls 1

xo_open_container_hfFunction · 0.85

Tested by

no test coverage detected