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

Function xo_get_private

tools/libxo/libxo/libxo.c:8438–8443  ·  view source on GitHub ↗

* Get the opaque private pointer for an xo handle */

Source from the content-addressed store, hash-verified

8436 * Get the opaque private pointer for an xo handle
8437 */
8438void *
8439xo_get_private (xo_handle_t *xop)
8440{
8441 xop = xo_default(xop);
8442 return xop->xo_private;
8443}
8444
8445/*
8446 * Set the opaque private pointer for an xo handle.

Callers 1

xo_encoder_handleFunction · 0.85

Calls 1

xo_defaultFunction · 0.85

Tested by

no test coverage detected