MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / send

Method send

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

Source from the content-addressed store, hash-verified

2170type QueueContentType = "text" | "bytes" | "json" | "v8";
2171interface Queue<Body = unknown> {
2172 send(message: Body, options?: QueueSendOptions): Promise<void>;
2173 sendBatch(
2174 messages: Iterable<MessageSendRequest<Body>>,
2175 options?: QueueSendBatchOptions,

Callers 8

drivePostStreamFunction · 0.65
broadcastUpdateStatusFunction · 0.65
runMcpHttpBridgeFunction · 0.65
CdpPageClass · 0.65
CdpPageClass · 0.65
CdpPageClass · 0.65
CdpPageClass · 0.65
cmdMethod · 0.65

Calls

no outgoing calls

Tested by 1

drivePostStreamFunction · 0.52