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

Function setCounts

example/tests/gm_xhr_test.js:186–188  ·  view source on GitHub ↗
(p, f, s)

Source from the content-addressed store, hash-verified

184 }
185
186 function setCounts(p, f, s) {
187 $counts.textContent = `✅ ${p} ❌ ${f} ⏳ ${s}`;
188 }
189 function setStatus(text) {
190 $status.textContent = `Status: ${text}`;
191 }

Callers 5

gm_xhr_test.jsFile · 0.70
passFunction · 0.70
failFunction · 0.70
skipFunction · 0.70
runAllFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected