Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1037
const
pad2 = (n: number): string => String(Math.trunc(n)).padStart(2,
'0'
);
1038
1039
const
MONTH_SHORT_EN: readonly string[] = [
1040
'Jan'
,
Callers
1
formatTimeTickValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected