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

Function engine_load

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

Source from the content-addressed store, hash-verified

42}
43
44int engine_load(void* engine, void* dataflow) {
45 Engine* e = static_cast<Engine*>(engine);
46 DataFlow* df = static_cast<DataFlow*>(dataflow);
47 return e->load(*df);
48}
49
50char** engine_buildStrList(const vector<string>& vec) {
51 char** strList = (char**) malloc((vec.size()+1)*sizeof(char*));

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected