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

Function writeDone

src/background.js:1252–1258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1250 };
1251
1252 var writeDone = function() {
1253 if (j >= obj.length - 1) {
1254 if (cb) cb();
1255 } else {
1256 window.setTimeout(runAgain, 0);
1257 }
1258 };
1259
1260 var end = obj.length - 1;
1261 if ((end - j) > bulk) end = j + bulk;

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…