MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isUserRateLimited

Method isUserRateLimited

src/server/web/session-manager.ts:121–123  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

119 }
120
121 isUserRateLimited(userId: string): boolean {
122 return !this.rateLimiter.allow(userId);
123 }
124
125 retryAfterSeconds(userId: string): number {
126 return this.rateLimiter.retryAfterSeconds(userId);

Callers 2

createMethod · 0.95
pty-server.tsFile · 0.80

Calls 1

allowMethod · 0.45

Tested by

no test coverage detected