* Check if a watcher exists for the given worktree.
(worktreePath: string)
| 273 | * Check if a watcher exists for the given worktree. |
| 274 | */ |
| 275 | has(worktreePath: string): boolean { |
| 276 | return this.watchers.has(worktreePath); |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * Dispose a specific watcher. |
no outgoing calls
no test coverage detected