* Whether the watcher is currently active.
()
| 760 | * Whether the watcher is currently active. |
| 761 | */ |
| 762 | isActive(): boolean { |
| 763 | return (this.recursiveWatcher !== null || this.dirWatchers.size > 0 || this.inert) && !this.stopped; |
| 764 | } |
| 765 | |
| 766 | /** |
| 767 | * Resolves once the watch set has been installed (or immediately if it |
no outgoing calls
no test coverage detected