()
| 49 | } |
| 50 | |
| 51 | function getOverlayScriptPath(): string { |
| 52 | overlayScriptPath ??= resolveScriptPath('recording-overlay.swift'); |
| 53 | return overlayScriptPath; |
| 54 | } |
| 55 | |
| 56 | function getTrimScriptPath(): string { |
| 57 | trimScriptPath ??= resolveScriptPath('recording-trim.swift'); |
no test coverage detected
searching dependent graphs…