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

Function setStatus

example/tests/gm_download_test.js:300–300  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

298 }
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 }

Callers 3

runOneFunction · 0.70
runAutoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected