MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / padPastedImageDatePart

Function padPastedImageDatePart

apps/desktop/src/main/vault.ts:2932–2934  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

2930}
2931
2932function padPastedImageDatePart(value: number): string {
2933 return String(value).padStart(2, '0')
2934}
2935
2936function pastedImageTimestamp(now: Date): string {
2937 const date = [

Callers 1

pastedImageTimestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected