MCPcopy Index your code
hub / github.com/TanStack/ai / send

Method send

examples/sandbox-cloudflare/worker-configuration.d.ts:2363–2363  ·  view source on GitHub ↗
(message: Body, options?: QueueSendOptions)

Source from the content-addressed store, hash-verified

2361interface Queue<Body = unknown> {
2362 metrics(): Promise<QueueMetrics>
2363 send(message: Body, options?: QueueSendOptions): Promise<QueueSendResponse>
2364 sendBatch(
2365 messages: Iterable<MessageSendRequest<Body>>,
2366 options?: QueueSendBatchOptions,

Callers 15

sendEventFunction · 0.65
flushPendingEventsFunction · 0.65
pumpFunction · 0.65
sendStreamMethod · 0.65
sendMethod · 0.65
connectFunction · 0.65
streamResponseMethod · 0.65
writeFunction · 0.65
sendEventFunction · 0.65
flushPendingEventsFunction · 0.65
chatStreamMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected