Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ pad
Function
pad
scripts/agent-eval/seq-matrix.mjs:83–83 ·
view source on GitHub ↗
(s, n)
Source
from the content-addressed store, hash-verified
81
82
const
k = (n) => (n / 1000).toFixed(1);
83
const
pad = (s, n) => String(s).padEnd(n);
84
85
// ---- per-cell sequence table ----
86
console.log(
'\n=== PER-CELL: with-arm codegraph sequence + payload (sorted by repo size) ==='
);
Callers
1
seq-matrix.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected