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

Function xo_encoder_unregister

tools/libxo/libxo/xo_encoder.c:276–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void
277xo_encoder_unregister (const char *name)
278{
279 xo_encoder_setup();
280
281 xo_encoder_node_t *xep = xo_encoder_find(name);
282 if (xep) {
283 TAILQ_REMOVE(&xo_encoders, xep, xe_link);
284 xo_free(xep);
285 }
286}
287
288int
289xo_encoder_init (xo_handle_t *xop, const char *name)

Callers

nothing calls this directly

Calls 2

xo_encoder_setupFunction · 0.85
xo_encoder_findFunction · 0.85

Tested by

no test coverage detected