(options: ResolvedWorkspaceFilesystemLifecycleOptions)
| 443 | } |
| 444 | |
| 445 | function runDaemonCleanup(options: ResolvedWorkspaceFilesystemLifecycleOptions): void { |
| 446 | if (!options.daemonCleanup) { |
| 447 | return; |
| 448 | } |
| 449 | cleanupWorkspaceDaemonFiles(options.workspaceKey, options.daemonCleanup); |
| 450 | } |
| 451 | |
| 452 | function xcodeIdeCallToolTransientRoot(workspaceKey: string): string { |
| 453 | return path.join( |
no test coverage detected