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

Method isWatching

src/index.ts:1025–1027  ·  view source on GitHub ↗

* Check if the file watcher is active.

()

Source from the content-addressed store, hash-verified

1023 * Check if the file watcher is active.
1024 */
1025 isWatching(): boolean {
1026 return this.watcher?.isActive() ?? false;
1027 }
1028
1029 /**
1030 * 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