MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / setQueue

Function setQueue

example/tests/gm_download_test.js:301–303  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

299 setCounts();
300 function setStatus(text) { $status.textContent = `Status: ${text}`; }
301 function setQueue(items) {
302 $queue.textContent = items.length ? items.map((t, i) => `${i + 1}. ${t}`).join("\n") : "(none)";
303 }
304 function pass(msg) { state.pass++; setCounts(); logLine(`✅ ${escapeHtml(msg)}`); }
305 function fail(msg, extra) {
306 state.fail++; setCounts();

Callers 2

runAutoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected