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

Function xo_encoder_setup

tools/libxo/libxo/xo_encoder.c:180–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180static void
181xo_encoder_setup (void)
182{
183 static int initted;
184 if (!initted) {
185 initted = 1;
186
187 xo_string_list_init(&xo_encoder_path);
188 xo_encoder_list_init(&xo_encoders);
189
190 xo_encoder_path_add(XO_ENCODERDIR);
191 }
192}
193
194static xo_encoder_node_t *
195xo_encoder_find (const char *name)

Callers 5

xo_encoder_path_addFunction · 0.85
xo_encoders_cleanFunction · 0.85
xo_encoder_registerFunction · 0.85
xo_encoder_unregisterFunction · 0.85
xo_encoder_initFunction · 0.85

Calls 3

xo_string_list_initFunction · 0.85
xo_encoder_list_initFunction · 0.85
xo_encoder_path_addFunction · 0.85

Tested by

no test coverage detected