MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / removeChildren

Method removeChildren

src/plugins/debugger/interface/localtreeitem.cpp:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void LocalTreeItem::removeChildren()
146{
147 if (childCount() == 0)
148 return;
149 if (model) {
150 clear();
151 }
152}
153
154LocalTreeItem *LocalTreeItem::parent() const
155{

Callers 1

clearMethod · 0.80

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected