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

Method rowCount

src/plugins/chat/widgets/referencepopup.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183int ItemModel::rowCount(const QModelIndex &parent) const
184{
185 if (parent.isValid())
186 return 0;
187 return displayItems.size();
188}
189
190int ItemModel::columnCount(const QModelIndex &parent) const
191{

Callers 5

updateGeometryMethod · 0.45
selectFirstRowMethod · 0.45
previousMethod · 0.45
nextMethod · 0.45
acceptMethod · 0.45

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected