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