MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getModule_NoLock

Method getModule_NoLock

src/override/Engine.cpp:857–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855
856
857Module* Engine::getModule_NoLock(int64_t moduleId) {
858 auto it = internal->modulesCache.find(moduleId);
859 if (it == internal->modulesCache.end())
860 return NULL;
861 return it->second;
862}
863
864
865void Engine::resetModule(Module* module) {

Callers 1

Calls 1

endMethod · 0.45

Tested by

no test coverage detected