Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
791
void Engine::removeModule(Module* module) {
792
std::lock_guard<SharedMutex> lock(internal->mutex);
793
removeModule_NoLock(module);
794
}
795
796
797
void Engine::removeModule_NoLock(Module* module) {
Callers
1
undo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected