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

Method isWatching

src/index.ts:675–677  ·  view source on GitHub ↗

* Check if the file watcher is active.

()

Source from the content-addressed store, hash-verified

673 * Check if the file watcher is active.
674 */
675 isWatching(): boolean {
676 return this.watcher?.isActive() ?? false;
677 }
678
679 /**
680 * True once live watching has permanently degraded (OS watch-resource

Callers 1

watcher.test.tsFile · 0.80

Calls 1

isActiveMethod · 0.80

Tested by

no test coverage detected