MCPcopy Create free account
hub / github.com/VCVRack/Rack / clear

Method clear

src/engine/Engine.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
525
526void Engine::clear() {
527 std::lock_guard<SharedMutex> lock(internal->mutex);
528 clear_NoLock();
529}
530
531
532void Engine::clear_NoLock() {

Callers 11

fromJsonMethod · 0.45
~WindowMethod · 0.45
processInputMethod · 0.45
processOutputMethod · 0.45
onStartStreamMethod · 0.45
onStopStreamMethod · 0.45
onSampleRateChangeMethod · 0.45
handleLeaveMethod · 0.45
clearChildrenMethod · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected