Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
using namespace std;
34
35
void* engine_create() {
36
return new Engine();
37
}
38
39
void 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