MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / removeNotification

Function removeNotification

src/background/utils/notifications.js:102–105  ·  view source on GitHub ↗
(nid)

Source from the content-addressed store, hash-verified

100}
101
102function removeNotification(nid) {
103 delete openers[nid];
104 return browser.notifications.clear(nid);
105}

Callers 3

RemoveNotificationFunction · 0.85
notifyOpenerFunction · 0.85
clearNotificationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected