MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / dataflow_useComponentLibrary

Function dataflow_useComponentLibrary

src_cpp/yaafe-python/yaafecoreDataFlow.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void dataflow_useComponentLibrary(void* dataflow, char* lib)
206{
207 DataFlow* df = static_cast<DataFlow*>(dataflow);
208 df->useComponentLibrary(lib);
209}
210
211const char** dataflow_getComponentLibraries(void* dataflow)
212{

Callers

nothing calls this directly

Calls 1

useComponentLibraryMethod · 0.45

Tested by

no test coverage detected