* Whether the watcher is currently active.
()
| 687 | * Whether the watcher is currently active. |
| 688 | */ |
| 689 | isActive(): boolean { |
| 690 | return (this.recursiveWatcher !== null || this.dirWatchers.size > 0 || this.inert) && !this.stopped; |
| 691 | } |
| 692 | |
| 693 | /** |
| 694 | * Resolves once the watch set has been installed (or immediately if it |
no outgoing calls
no test coverage detected