MCPcopy
hub / github.com/colbymchenry/codegraph / formatNumber

Function formatNumber

src/bin/codegraph.ts:230–232  ·  view source on GitHub ↗

* Format a number with commas

(n: number)

Source from the content-addressed store, hash-verified

228 * Format a number with commas
229 */
230function formatNumber(n: number): string {
231 return n.toLocaleString();
232}
233
234/**
235 * Format duration in milliseconds to human readable

Callers 3

createVerboseProgressFunction · 0.70
printIndexResultFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected