Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ rowCount
Method
rowCount
src/plugins/core/locator/popupwidget.cpp:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
int locatorModel::rowCount(const QModelIndex &parent) const
58
{
59
if (parent.isValid())
60
return 0;
61
return items.size();
62
}
63
64
int locatorModel::columnCount(const QModelIndex &parent) const
65
{
Callers
6
updateButtonState
Method · 0.45
createConsole
Method · 0.45
selectFirstRow
Method · 0.45
previous
Method · 0.45
next
Method · 0.45
accept
Method · 0.45
Calls
2
isValid
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected