Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ addNotification
Method
addNotification
src/plugins/core/notify/gui/notificationmodel.cpp:95–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void NotificationModel::addNotification(EntityPtr entity)
96
{
97
beginResetModel();
98
d->notifications.push_front(entity);
99
endResetModel();
100
}
101
102
void NotificationModel::removeNotification(EntityPtr entity)
103
{
Callers
1
notify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected