MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / exitCodeFor

Function exitCodeFor

bench/diff.js:124–128  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

122}
123
124function exitCodeFor(v) {
125 if (v === VERDICT.IMPROVED) return 0;
126 if (v === VERDICT.REGRESSED) return 1;
127 return 2;
128}
129
130// ─── per-task regression check ───────────────────────────────────────────────
131//

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected