Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
cells.sort((a, b) => (a.files || 0) - (b.files || 0));
81
82
const
k = (n) => (n / 1000).toFixed(1);
83
const
pad = (s, n) => String(s).padEnd(n);
84
85
// ---- per-cell sequence table ----
Callers
1
seq-matrix.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected