Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ foreach
Function
foreach
src/plugins/core/uicontroller/controller.cpp:353–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
if (d->mainWindow)
352
delete d->mainWindow;
353
foreach (auto module, d->modules.values()) {
354
delete module;
355
module = nullptr;
356
}
357
if (d)
358
delete d;
359
}
Callers
nothing calls this directly
Calls
4
showWidget
Method · 0.80
setVisible
Method · 0.80
hideWidget
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected