Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.70
pass
Function · 0.70
fail
Function · 0.70
skip
Function · 0.70
runAll
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected