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

Function skip

example/tests/gm_xhr_test.js:406–410  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

404 );
405 }
406 function skip(msg) {
407 state.skip++;
408 setCounts(state.pass, state.fail, state.skip);
409 logLine(`⏭️ ${escapeHtml(msg)}`, "skip");
410 }
411
412 function escapeHtml(s) {
413 return String(s).replace(

Callers

nothing calls this directly

Calls 3

setCountsFunction · 0.70
logLineFunction · 0.70
escapeHtmlFunction · 0.70

Tested by

no test coverage detected