MCPcopy 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
82const k = (n) => (n / 1000).toFixed(1);
83const pad = (s, n) => String(s).padEnd(n);
84
85// ---- per-cell sequence table ----
86console.log('\n=== PER-CELL: with-arm codegraph sequence + payload (sorted by repo size) ===');

Callers 1

seq-matrix.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected