Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ rowCount
Method
rowCount
src/plugins/core/notify/gui/notificationmodel.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
int NotificationModel::rowCount(const QModelIndex &parent) const
45
{
46
return d->notifications.size();
47
}
48
49
QVariant NotificationModel::data(const QModelIndex &index, int role) const
50
{
Callers
2
getEntityByRow
Method · 0.45
updateView
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected