MCPcopy Create free account
hub / github.com/fmhy/edit / send

Method send

api/worker-configuration.d.ts:2347–2347  ·  view source on GitHub ↗
(message: Body, options?: QueueSendOptions)

Source from the content-addressed store, hash-verified

2345interface Queue<Body = unknown> {
2346 metrics(): Promise<QueueMetrics>
2347 send(message: Body, options?: QueueSendOptions): Promise<QueueSendResponse>
2348 sendBatch(
2349 messages: Iterable<MessageSendRequest<Body>>,
2350 options?: QueueSendBatchOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected