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