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

Function isOutOfCreditsReason

src/utils/fastMode.ts:286–288  ·  view source on GitHub ↗
(reason: string | null)

Source from the content-addressed store, hash-verified

284}
285
286function isOutOfCreditsReason(reason: string | null): boolean {
287 return reason === 'org_level_disabled_until' || reason === 'out_of_credits'
288}
289
290/**
291 * Called when a 429 indicates fast mode was rejected because extra usage

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected