Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ appendChild
Method
appendChild
src/plugins/debugger/interface/localtreeitem.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void LocalTreeItem::appendChild(LocalTreeItem *item)
24
{
25
children.append(item);
26
}
27
28
bool LocalTreeItem::hasUpdated()
29
{
Callers
1
appendItem
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected