()
| 54 | } |
| 55 | |
| 56 | function getTrimScriptPath(): string { |
| 57 | trimScriptPath ??= resolveScriptPath('recording-trim.swift'); |
| 58 | return trimScriptPath; |
| 59 | } |
| 60 | |
| 61 | function getResizeScriptPath(): string { |
| 62 | resizeScriptPath ??= resolveScriptPath('recording-resize.swift'); |
no test coverage detected
searching dependent graphs…