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

Function it

src/background.js:1511–1514  ·  view source on GitHub ↗
(i, v)

Source from the content-addressed store, hash-verified

1509
1510 if (ctxRegistry.has(id)) {
1511 var it = function(i, v) {
1512 running++;
1513 TM_fire.url.getItems(i, add);
1514 };
1515 ctxRegistry.iterateUrls(id, it);
1516 } else {
1517 cb(ret);

Callers

nothing calls this directly

Calls 2

isInFunction · 0.85
determineScriptsToRunFunction · 0.85

Tested by

no test coverage detected