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

Method resetFailures

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

Source from the content-addressed store, hash-verified

1671 }
1672
1673 resetFailures(): void {
1674 this.consecutiveFailures = 0;
1675 }
1676
1677 getFailureHint(): string | null {
1678 if (this.consecutiveFailures >= 3 && !this.isHeaded) {

Callers 3

resumeMethod · 0.95
handoff.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected