(worktreePath: string)
| 322 | } |
| 323 | |
| 324 | invalidateAllFileContents(worktreePath: string): number { |
| 325 | return this.fileContentsCache.invalidateByPrefix(worktreePath); |
| 326 | } |
| 327 | |
| 328 | // Invalidate all caches for a worktree |
| 329 | invalidateWorktree(worktreePath: string): void { |
no test coverage detected