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

Function xo_open_instance_h

tools/libxo/libxo/libxo.c:7416–7420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7414}
7415
7416xo_ssize_t
7417xo_open_instance_h (xo_handle_t *xop, const char *name)
7418{
7419 return xo_open_instance_hf(xop, 0, name);
7420}
7421
7422xo_ssize_t
7423xo_open_instance (const char *name)

Callers

nothing calls this directly

Calls 1

xo_open_instance_hfFunction · 0.85

Tested by

no test coverage detected