Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeHappyDananx/SpecWave
/ padNumber
Function
padNumber
electron/main.js:1056–1058 ·
view source on GitHub ↗
(value, width)
Source
from the content-addressed store, hash-verified
1054
}
1055
1056
function
padNumber(value, width) {
1057
return
String(value).padStart(width,
'0'
)
1058
}
1059
1060
function
formatTimestamp(date) {
1061
const
year = date.getFullYear()
Callers
1
formatTimestamp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected