Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GlobedGD/globed2
/ queueNotification
Method
queueNotification
src/ui/notification/NotificationPanel.cpp:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void NotificationPanel::queueNotification(CCNode* notif) {
154
m_queued.push(notif);
155
}
156
157
void NotificationPanel::onNotificationRemoved() {
158
this->updateLayout();
Callers
1
queueInviteNotification
Method · 0.95
Calls
1
push
Method · 0.80
Tested by
no test coverage detected