MCPcopy
hub / github.com/colbymchenry/codegraph / isActive

Method isActive

src/sync/watcher.ts:689–691  ·  view source on GitHub ↗

* Whether the watcher is currently active.

()

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected