Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yaafe/Yaafe
/ engine_process
Function
engine_process
src_cpp/yaafe-python/yaafecoreEngine.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
int engine_process(void* engine) {
180
Engine* e = static_cast<Engine*>(engine);
181
return (e->process() ? 1 : 0);
182
}
183
184
void engine_flush(void* engine) {
185
Engine* e = static_cast<Engine*>(engine);
Callers
nothing calls this directly
Calls
1
process
Method · 0.45
Tested by
no test coverage detected