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

Method getModule

src/engine/Engine.cpp:855–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853
854
855Module* Engine::getModule(int64_t moduleId) {
856 SharedLock<SharedMutex> lock(internal->mutex);
857 return getModule_NoLock(moduleId);
858}
859
860
861Module* Engine::getModule_NoLock(int64_t moduleId) {

Callers 5

setModuleMethod · 0.45
undoMethod · 0.45
redoMethod · 0.45
cleanAutosaveMethod · 0.45
getParamNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected