Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
775
void Engine::removeModule(Module* module) {
776
std::lock_guard<SharedMutex> lock(internal->mutex);
777
removeModule_NoLock(module);
778
}
779
780
781
static void removeModule_NoLock_common(Engine::Internal* internal, Module* module) {
Callers
9
uiIdle
Function · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
setModule
Method · 0.45
removeAction
Method · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
uiIdle
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected