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

Function xo_encoder_path_add

tools/libxo/libxo/xo_encoder.c:101–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99static xo_string_list_t xo_encoder_path;
100
101void
102xo_encoder_path_add (const char *path)
103{
104 xo_encoder_setup();
105
106 if (path)
107 xo_string_add(&xo_encoder_path, path);
108}
109
110/* ---------------------------------------------------------------------- */
111

Callers 1

xo_encoder_setupFunction · 0.85

Calls 2

xo_encoder_setupFunction · 0.85
xo_string_addFunction · 0.85

Tested by

no test coverage detected