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

Method removeModule

src/override/Engine.cpp:775–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773
774
775void Engine::removeModule(Module* module) {
776 std::lock_guard<SharedMutex> lock(internal->mutex);
777 removeModule_NoLock(module);
778}
779
780
781static void removeModule_NoLock_common(Engine::Internal* internal, Module* module) {

Callers 9

uiIdleFunction · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45
setModuleMethod · 0.45
removeActionMethod · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45
uiIdleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected