MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / formatNumber

Function formatNumber

benchmark/helpers.ts:590–592  ·  view source on GitHub ↗

* Formats a number with thousands separators.

(num: number)

Source from the content-addressed store, hash-verified

588 * Formats a number with thousands separators.
589 */
590function formatNumber(num: number): string {
591 return num.toLocaleString();
592}
593
594/**
595 * Formats bytes as a human-readable string.

Callers 5

captureAndAnalyzeFunction · 0.85
printComparisonResultsFunction · 0.85
formatDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected