MCPcopy 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
174void engine_reset(void* engine) {
175 Engine* e = static_cast<Engine*>(engine);
176 e->reset();
177}
178
179int engine_process(void* engine) {
180 Engine* e = static_cast<Engine*>(engine);

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected