MCPcopy Create free account
hub / github.com/fontsource/fontsource / retryAll

Method retryAll

website/worker-configuration.d.ts:1560–1560  ·  view source on GitHub ↗
(options?: QueueRetryOptions)

Source from the content-addressed store, hash-verified

1558 readonly messages: readonly Message<Body>[];
1559 readonly queue: string;
1560 retryAll(options?: QueueRetryOptions): void;
1561 ackAll(): void;
1562}
1563interface MessageBatch<Body = unknown> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected