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

Function all_done

src/background.js:2242–2250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2240 run.push(expo);
2241
2242 var all_done = function() {
2243 if (D) console.log("sync: finished");
2244 if (--SyncClient.syncing == 0) {
2245 SyncClient.runAllSyncDoneListeners(success);
2246 }
2247 if (change) {
2248 notifyOptionsTab();
2249 }
2250 };
2251 run.push(all_done);
2252
2253 next();

Callers 1

errorFunction · 0.85

Calls 1

notifyOptionsTabFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…