MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / pad2

Function pad2

src/core/createRenderCoordinator.ts:1037–1037  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

1035};
1036
1037const pad2 = (n: number): string => String(Math.trunc(n)).padStart(2, '0');
1038
1039const MONTH_SHORT_EN: readonly string[] = [
1040 'Jan',

Callers 1

formatTimeTickValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected