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

Method itemForIndex

src/plugins/smartut/common/projectitemmodel.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239NodeItem *ProjectItemModel::itemForIndex(const QModelIndex &index) const
240{
241 return static_cast<NodeItem *>(itemFromIndex(index));
242}
243
244QModelIndex ProjectItemModel::indexForNode(const Node *node) const
245{

Callers 2

contextMenuEventMethod · 0.45
helpEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected