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

Function setStatus

example/tests/gm_xhr_test.js:189–191  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

187 $counts.textContent = `✅ ${p} ❌ ${f} ⏳ ${s}`;
188 }
189 function setStatus(text) {
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 }

Callers 4

gm_xhr_test.jsFile · 0.70
runFunction · 0.70
runAllFunction · 0.70
RuntimeSettingFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected