Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
QModelIndex LocalTreeItem::index() const
166
{
167
if (!model)
168
return QModelIndex();
169
return model->indexForItem(this);
170
}
171
172
void LocalTreeItem::clear()
173
{
Callers
3
updateVariable
Method · 0.45
contextMenuEvent
Method · 0.45
slotRemoveEvaluator
Method · 0.45
Calls
2
indexForItem
Method · 0.80
QModelIndex
Class · 0.50
Tested by
no test coverage detected