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

Function xo_open_container_d

tools/libxo/libxo/libxo.c:7024–7028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7022}
7023
7024xo_ssize_t
7025xo_open_container_d (const char *name)
7026{
7027 return xo_open_container_hf(NULL, XOF_DTRT, name);
7028}
7029
7030static int
7031xo_do_close_container (xo_handle_t *xop, const char *name)

Callers

nothing calls this directly

Calls 1

xo_open_container_hfFunction · 0.85

Tested by

no test coverage detected