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

Method ack

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

Source from the content-addressed store, hash-verified

1521 readonly attempts: number;
1522 retry(options?: QueueRetryOptions): void;
1523 ack(): void;
1524}
1525interface QueueEvent<Body = unknown> extends ExtendableEvent {
1526 readonly messages: readonly Message<Body>[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected