MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / dir

Function dir

scripts/agent-eval/parse-bench-readme.mjs:154–154  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

152// where codegraph in fact occupies 82% MORE — a double negative that reads as a
153// win and inverts the headline. Say which way it went, in words.
154const dir = (v) => (v < 0 ? 'HIGHER' : 'lower');
155const magn = (v) => Math.abs(v);
156console.log(
157 `\nAVERAGE: retrieval residual ${magn(avg(occ.resid))}% ${dir(avg(occ.resid))} with codegraph` +

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected