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

Function engine_create

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

Source from the content-addressed store, hash-verified

33using namespace std;
34
35void* engine_create() {
36 return new Engine();
37}
38
39void engine_destroy(void* engine) {
40 Engine* e = static_cast<Engine*>(engine);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected