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

Function xo_open_instance_hd

tools/libxo/libxo/libxo.c:7428–7432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7426}
7427
7428xo_ssize_t
7429xo_open_instance_hd (xo_handle_t *xop, const char *name)
7430{
7431 return xo_open_instance_hf(xop, XOF_DTRT, name);
7432}
7433
7434xo_ssize_t
7435xo_open_instance_d (const char *name)

Callers

nothing calls this directly

Calls 1

xo_open_instance_hfFunction · 0.85

Tested by

no test coverage detected