MCPcopy
hub / github.com/codeaashu/claude-code / shouldProcessRateLimits

Function shouldProcessRateLimits

src/services/rateLimitMocking.ts:32–34  ·  view source on GitHub ↗
(isSubscriber: boolean)

Source from the content-addressed store, hash-verified

30 * Check if we should process rate limits (either real subscriber or /mock-limits command)
31 */
32export function shouldProcessRateLimits(isSubscriber: boolean): boolean {
33 return isSubscriber || shouldProcessMockLimits()
34}
35
36/**
37 * Check if mock rate limits should throw a 429 error

Callers 4

checkQuotaStatusFunction · 0.85

Calls 1

shouldProcessMockLimitsFunction · 0.85

Tested by

no test coverage detected