MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / limit

Method limit

apps/cloud/worker-configuration.d.ts:12301–12301  ·  view source on GitHub ↗

* Rate limit a request based on the provided options. * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ * @returns A promise that resolves with the outcome of the rate limit.

(options: RateLimitOptions)

Source from the content-addressed store, hash-verified

12299 * @returns A promise that resolves with the outcome of the rate limit.
12300 */
12301 limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
12302}
12303// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
12304// to referenced by `Fetcher`. This is included in the "importable" version of the types which

Callers 5

upsertFunction · 0.80
createFunction · 0.80
findManyFunction · 0.80
createFunction · 0.80
upsertFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected