MCPcopy Create free account
hub / github.com/idosal/git-mcp / retryAll

Method retryAll

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

Source from the content-addressed store, hash-verified

1526 readonly messages: readonly Message<Body>[];
1527 readonly queue: string;
1528 retryAll(options?: QueueRetryOptions): void;
1529 ackAll(): void;
1530}
1531interface MessageBatch<Body = unknown> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected