MCPcopy Index your code
hub / github.com/garrytan/gstack / incrementFailures

Method incrementFailures

browse/src/browser-manager.ts:1669–1671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1667
1668 // ─── Auto-handoff Hint (consecutive failure tracking) ───────
1669 incrementFailures(): void {
1670 this.consecutiveFailures++;
1671 }
1672
1673 resetFailures(): void {
1674 this.consecutiveFailures = 0;

Callers 2

handoff.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected