Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ addModule
Method
addModule
src/engine/Engine.cpp:756–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
754
755
756
void Engine::addModule(Module* module) {
757
std::lock_guard<SharedMutex> lock(internal->mutex);
758
addModule_NoLock(module);
759
}
760
761
762
void Engine::addModule_NoLock(Module* module) {
Callers
1
redo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected