MCPcopy 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
1056function padNumber(value, width) {
1057 return String(value).padStart(width, '0')
1058}
1059
1060function formatTimestamp(date) {
1061 const year = date.getFullYear()

Callers 1

formatTimestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected