MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / setCounts

Function setCounts

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

Source from the content-addressed store, hash-verified

294 // ---------- Counters & status ----------
295 const state = { pass: 0, fail: 0, skip: 0 };
296 function setCounts() {
297 $counts.textContent = `✅ ${state.pass} ❌ ${state.fail} ⏭️ ${state.skip}`;
298 }
299 setCounts();
300 function setStatus(text) { $status.textContent = `Status: ${text}`; }
301 function setQueue(items) {

Callers 4

passFunction · 0.70
failFunction · 0.70
skipFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected