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

Method sendBatch

worker-configuration.d.ts:1500–1500  ·  view source on GitHub ↗
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)

Source from the content-addressed store, hash-verified

1498interface Queue<Body = unknown> {
1499 send(message: Body, options?: QueueSendOptions): Promise<void>;
1500 sendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<void>;
1501}
1502interface QueueSendOptions {
1503 contentType?: QueueContentType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected