Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
124
function
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
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected