Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
void LocalTreeItem::removeChildren()
146
{
147
if (childCount() == 0)
148
return;
149
if (model) {
150
clear();
151
}
152
}
153
154
LocalTreeItem *LocalTreeItem::parent() const
155
{
Callers
1
clear
Method · 0.80
Calls
1
clear
Function · 0.85
Tested by
no test coverage detected