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

Function setQueue

example/tests/gm_xhr_test.js:192–194  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

190 $status.textContent = `Status: ${text}`;
191 }
192 function setQueue(items) {
193 $queue.textContent = items.length ? items.map((t, i) => `${i + 1}. ${t}`).join("\n") : "(none)";
194 }
195
196 // ---------- Pretty Stack -----------
197 function prettyStack(errorOrStack, options = {}) {

Callers 2

gm_xhr_test.jsFile · 0.70
runAllFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected