MCPcopy
hub / github.com/Tampermonkey/tampermonkey / checkNoUpdateNotification

Function checkNoUpdateNotification

src/background.js:3447–3459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3445 var found = 0;
3446
3447 var checkNoUpdateNotification = function() {
3448 if (running == 0 && found == 0) {
3449 if (showResult) {
3450 if (D || V || UV) console.log("No update found");
3451 notify.show('Narf!',
3452 I18N.getMessage('No_update_found__sry_'),
3453 chrome.extension.getURL("images/icon128.png"));
3454 }
3455 if (callback) {
3456 window.setTimeout(callback, 1);
3457 }
3458 }
3459 };
3460
3461 var realCheck = function(r) {
3462 var details = {

Callers 2

cbFunction · 0.85
getmetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…