Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModelEngine-Group/app-platform
/ pad
Function
pad
frontend/src/shared/utils/function.ts:14–16 ·
view source on GitHub ↗
(num: number)
Source
from the content-addressed store, hash-verified
12
)}`;
13
}
14
function
pad(num: number) {
15
return
num.toString().padStart(2,
'0'
);
16
}
Callers
1
formatDateTime
Function · 0.70
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected