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

Method getWatcherDegradedReason

src/index.ts:1042–1044  ·  view source on GitHub ↗

The reason live watching degraded, or null if it is healthy (#876).

()

Source from the content-addressed store, hash-verified

1040
1041 /** The reason live watching degraded, or null if it is healthy (#876). */
1042 getWatcherDegradedReason(): string | null {
1043 return this.watcher?.getDegradedReason() ?? null;
1044 }
1045
1046 /**
1047 * Files seen by the file watcher since the last successful sync —

Callers 2

withStalenessNoticeMethod · 0.80
handleStatusMethod · 0.80

Calls 1

getDegradedReasonMethod · 0.80

Tested by

no test coverage detected