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

Method ackAll

worker-configuration.d.ts:1529–1529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected