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

Function k

scripts/agent-eval/seq-matrix.mjs:82–82  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

80cells.sort((a, b) => (a.files || 0) - (b.files || 0));
81
82const k = (n) => (n / 1000).toFixed(1);
83const pad = (s, n) => String(s).padEnd(n);
84
85// ---- per-cell sequence table ----

Callers 1

seq-matrix.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected