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

Function aDone

src/background.js:1279–1283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1277
1278 var done = function() {
1279 var aDone = function() {
1280 if (cb) cb(index.length);
1281 notify.show('TamperFire',
1282 I18N.getMessage('TamperFire_is_up_to_date'), chrome.extension.getURL("images/icon128.png"));
1283 };
1284 var siDone = function() {
1285 j=0;
1286 write(a, TM_fire.scriptExcludes.setValues, writeSExc, aDone);

Callers

nothing calls this directly

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…