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

Function engine_destroy

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

Source from the content-addressed store, hash-verified

37}
38
39void engine_destroy(void* engine) {
40 Engine* e = static_cast<Engine*>(engine);
41 delete e;
42}
43
44int engine_load(void* engine, void* dataflow) {
45 Engine* e = static_cast<Engine*>(engine);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected