MCPcopy Index your code
hub / github.com/simstudioai/sim / getRateLimitInfo

Method getRateLimitInfo

packages/ts-sdk/src/index.ts:452–454  ·  view source on GitHub ↗

* Get current rate limit information

()

Source from the content-addressed store, hash-verified

450 * Get current rate limit information
451 */
452 getRateLimitInfo(): RateLimitInfo | null {
453 return this.rateLimitInfo
454 }
455
456 /**
457 * Update rate limit info from response headers

Callers 1

index.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected