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

Function clearZombieTimer

src/background/utils/notifications.js:98–100  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

96}
97
98function clearZombieTimer(op) {
99 if (op > 0) clearTimeout(op);
100}
101
102function removeNotification(nid) {
103 delete openers[nid];

Callers 3

NotificationFunction · 0.85
RemoveNotificationFunction · 0.85
notifyOpenerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected