| 92 | // --- WorktreeManager --- |
| 93 | |
| 94 | export class WorktreeManager { |
| 95 | private repoRoot: string; |
| 96 | private runId: string; |
| 97 | private active: Map<string, WorktreeInfo> = new Map(); |
nothing calls this directly
no outgoing calls
no test coverage detected