MCPcopy 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
23void LocalTreeItem::appendChild(LocalTreeItem *item)
24{
25 children.append(item);
26}
27
28bool LocalTreeItem::hasUpdated()
29{

Callers 1

appendItemMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected