MCPcopy
hub / github.com/holaboss-ai/holaOS / send

Method send

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

Source from the content-addressed store, hash-verified

1915type QueueContentType = "text" | "bytes" | "json" | "v8";
1916interface Queue<Body = unknown> {
1917 send(message: Body, options?: QueueSendOptions): Promise<void>;
1918 sendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<void>;
1919}
1920interface QueueSendOptions {

Callers 15

broadcastStatusFunction · 0.65
broadcastEventFunction · 0.65
emitAppUpdateStateFunction · 0.65
emitWorkbenchOpenBrowserFunction · 0.65
emitThemeChangedFunction · 0.65
emitOpenSettingsPaneFunction · 0.65
emitWindowStateChangedFunction · 0.65
emitAuthAuthenticatedFunction · 0.65
emitAuthUserUpdatedFunction · 0.65
emitAuthErrorFunction · 0.65
emitPendingAuthStateFunction · 0.65
downloadAppArchiveFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected