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

Method isWatching

src/index.ts:1094–1096  ·  view source on GitHub ↗

* Check if the file watcher is active.

()

Source from the content-addressed store, hash-verified

1092 * Check if the file watcher is active.
1093 */
1094 isWatching(): boolean {
1095 return this.watcher?.isActive() ?? false;
1096 }
1097
1098 /**
1099 * 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