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

Function pass

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

Source from the content-addressed store, hash-verified

302 $queue.textContent = items.length ? items.map((t, i) => `${i + 1}. ${t}`).join("\n") : "(none)";
303 }
304 function pass(msg) { state.pass++; setCounts(); logLine(`✅ ${escapeHtml(msg)}`); }
305 function fail(msg, extra) {
306 state.fail++; setCounts();
307 logLine(

Callers 1

runOneFunction · 0.70

Calls 3

setCountsFunction · 0.70
logLineFunction · 0.70
escapeHtmlFunction · 0.70

Tested by

no test coverage detected