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

Method parent

src/plugins/codeeditor/gui/completion/codecompletionmodel.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156QModelIndex CodeCompletionModel::parent(const QModelIndex &child) const
157{
158 Q_UNUSED(child);
159
160 return QModelIndex();
161}
162
163int CodeCompletionModel::rowCount(const QModelIndex &parent) const
164{

Callers 13

paintItemIconMethod · 0.45
eventFilterMethod · 0.45
getDWidgetFunction · 0.45
registerWidgetToModeMethod · 0.45
registerWidgetMethod · 0.45
addStatusBarItemMethod · 0.45
registerSciLexerProxyMethod · 0.45
CodeLensTreeMethod · 0.45
onSplitRequestedMethod · 0.45
keyPressEventMethod · 0.45
tabWidgetMethod · 0.45

Calls 1

QModelIndexClass · 0.50

Tested by

no test coverage detected