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

Method getModule

src/override/Engine.cpp:851–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849
850
851Module* Engine::getModule(int64_t moduleId) {
852 SharedLock<SharedMutex> lock(internal->mutex);
853 return getModule_NoLock(moduleId);
854}
855
856
857Module* Engine::getModule_NoLock(int64_t moduleId) {

Callers 14

setStateFunction · 0.45
osc_param_handlerFunction · 0.45
osc_param_handlerFunction · 0.45
setStateFunction · 0.45
setStateFunction · 0.45
osc_param_handlerFunction · 0.45
setStateFunction · 0.45
osc_param_handlerFunction · 0.45
setStateFunction · 0.45
osc_param_handlerFunction · 0.45
setStateFunction · 0.45
osc_param_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected