MCPcopy 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
756void Engine::addModule(Module* module) {
757 std::lock_guard<SharedMutex> lock(internal->mutex);
758 addModule_NoLock(module);
759}
760
761
762void Engine::addModule_NoLock(Module* module) {

Callers 1

redoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected