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

Method setChildrenUpdated

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

Source from the content-addressed store, hash-verified

36}
37
38void LocalTreeItem::setChildrenUpdated(bool updated)
39{
40 if (childCount() > 0) {
41 auto it = children.begin();
42 while (it != children.end()) {
43 (*it)->setUpdated(updated);
44 if ((*it)->childCount() > 0)
45 (*it)->setChildrenUpdated(updated);
46 it++;
47 }
48 }
49}
50
51LocalTreeItem *LocalTreeItem::updateVariable(dap::Variable &var)
52{

Callers 1

clearHighlightItemsMethod · 0.80

Calls 4

setUpdatedMethod · 0.80
childCountMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected