MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isRetryable

Method isRetryable

web/lib/api/types.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 get isRetryable(): boolean {
59 return this.type === "network" || this.type === "server" || this.status >= 500;
60 }
61}
62
63// ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected