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

Function xo_set_private

tools/libxo/libxo/libxo.c:8448–8453  ·  view source on GitHub ↗

* Set the opaque private pointer for an xo handle. */

Source from the content-addressed store, hash-verified

8446 * Set the opaque private pointer for an xo handle.
8447 */
8448void
8449xo_set_private (xo_handle_t *xop, void *opaque)
8450{
8451 xop = xo_default(xop);
8452 xop->xo_private = opaque;
8453}
8454
8455/*
8456 * Get the encoder function

Callers 2

cbor_createFunction · 0.85
csv_createFunction · 0.85

Calls 1

xo_defaultFunction · 0.85

Tested by

no test coverage detected