MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / isActive

Method isActive

src/sync/watcher.ts:762–764  ·  view source on GitHub ↗

* Whether the watcher is currently active.

()

Source from the content-addressed store, hash-verified

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

Callers 4

watchMethod · 0.80
isWatchingMethod · 0.80
watcher.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected