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

Function next

src/background.js:2124–2129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2122 var processedlocals = {};
2123
2124 var next = function() {
2125 if (run.length > 0) {
2126 var fn = run.splice(0, 1);
2127 window.setTimeout(fn[0], 1);
2128 }
2129 };
2130
2131 var error = function() {
2132 success = false;

Callers 3

gotFunction · 0.70
checkFunction · 0.70
background.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…