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

Function xo_open_instance_d

tools/libxo/libxo/libxo.c:7434–7438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7432}
7433
7434xo_ssize_t
7435xo_open_instance_d (const char *name)
7436{
7437 return xo_open_instance_hf(NULL, XOF_DTRT, name);
7438}
7439
7440static int
7441xo_do_close_instance (xo_handle_t *xop, const char *name)

Callers

nothing calls this directly

Calls 1

xo_open_instance_hfFunction · 0.85

Tested by

no test coverage detected