(worktreePath: string)
| 288 | } |
| 289 | |
| 290 | invalidateParsedDiff(worktreePath: string): number { |
| 291 | return this.parsedDiffCache.invalidateByPrefix(worktreePath); |
| 292 | } |
| 293 | |
| 294 | // File contents cache methods |
| 295 | getFileContent(worktreePath: string, filePath: string): string | null { |
no test coverage detected