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

Function getRateLimitDisplayName

src/services/claudeAiLimits.ts:87–89  ·  view source on GitHub ↗
(type: RateLimitType)

Source from the content-addressed store, hash-verified

85}
86
87export function getRateLimitDisplayName(type: RateLimitType): string {
88 return RATE_LIMIT_DISPLAY_NAMES[type] || type
89}
90
91/**
92 * Calculate what fraction of a time window has elapsed.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected