MCPcopy 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

showWidgetMethod · 0.80
setVisibleMethod · 0.80
hideWidgetMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected