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

Method index

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

Source from the content-addressed store, hash-verified

163}
164
165QModelIndex LocalTreeItem::index() const
166{
167 if (!model)
168 return QModelIndex();
169 return model->indexForItem(this);
170}
171
172void LocalTreeItem::clear()
173{

Callers 3

updateVariableMethod · 0.45
contextMenuEventMethod · 0.45
slotRemoveEvaluatorMethod · 0.45

Calls 2

indexForItemMethod · 0.80
QModelIndexClass · 0.50

Tested by

no test coverage detected