(worktreePath: string)
| 272 | } |
| 273 | |
| 274 | invalidateStatus(worktreePath: string): void { |
| 275 | this.statusCache.delete(worktreePath); |
| 276 | } |
| 277 | |
| 278 | // Parsed diff cache methods |
| 279 | getParsedDiff<T>(worktreePath: string, diffHash: string): T | null { |
no test coverage detected