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

Function loadComponentLibrary

src_cpp/yaafe-python/yaafecore.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47int loadComponentLibrary(char* filename)
48{
49 return ComponentFactory::instance()->loadLibrary(filename);
50}
51
52int isComponentAvailable(char* id)
53{

Callers

nothing calls this directly

Calls 1

loadLibraryMethod · 0.80

Tested by

no test coverage detected