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

Method getDegradedReason

src/sync/watcher.ts:702–704  ·  view source on GitHub ↗

The reason live watching degraded, or null if it is healthy.

()

Source from the content-addressed store, hash-verified

700
701 /** The reason live watching degraded, or null if it is healthy. */
702 getDegradedReason(): string | null {
703 return this.degradedReason;
704 }
705
706 /**
707 * Stop watching for file changes.

Callers 2

watcher.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected