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

Function engine_getOutputList

src_cpp/yaafe-python/yaafecoreEngine.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64char** engine_getOutputList(void* engine) {
65 Engine* e = static_cast<Engine*>(engine);
66 vector<string> outputs = e->getOutputs();
67 return engine_buildStrList(outputs);
68}
69
70void engine_freeIOList(char** strList) {
71 char** ptr = strList;

Callers

nothing calls this directly

Calls 2

engine_buildStrListFunction · 0.85
getOutputsMethod · 0.45

Tested by

no test coverage detected