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

Method getModule_NoLock

src/engine/Engine.cpp:861–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859
860
861Module* Engine::getModule_NoLock(int64_t moduleId) {
862 if (moduleId < 0)
863 return NULL;
864 auto it = internal->modulesCache.find(moduleId);
865 if (it == internal->modulesCache.end())
866 return NULL;
867 return it->second;
868}
869
870
871void Engine::resetModule(Module* module) {

Callers 2

fromJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected