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

Method removeModule

src/engine/Engine.cpp:791–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789
790
791void Engine::removeModule(Module* module) {
792 std::lock_guard<SharedMutex> lock(internal->mutex);
793 removeModule_NoLock(module);
794}
795
796
797void Engine::removeModule_NoLock(Module* module) {

Callers 1

undoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected