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

Method retryAfterSeconds

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

Source from the content-addressed store, hash-verified

123 }
124
125 retryAfterSeconds(userId: string): number {
126 return this.rateLimiter.retryAfterSeconds(userId);
127 }
128
129 /**
130 * Spawns a new PTY, registers it in the session store, and wires up all

Callers 1

pty-server.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected