MCPcopy Index your code
hub / github.com/Tampermonkey/tampermonkey / writeScripts

Function writeScripts

src/background.js:1269–1276  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

1267 };
1268
1269 var writeScripts = function(cb) {
1270 if (scripts.length) {
1271 TM_fire.scripts.setValues(scripts, cb);
1272 scripts = [];
1273 } else if (cb) {
1274 cb()
1275 }
1276 };
1277
1278 var done = function() {
1279 var aDone = function() {

Callers 2

doneFunction · 0.85
insertDoneFunction · 0.85

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…