MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / send

Method send

packages/ci-proxy-worker/worker-configuration.d.ts:2360–2360  ·  view source on GitHub ↗
(message: Body, options?: QueueSendOptions)

Source from the content-addressed store, hash-verified

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

Callers 15

sendDataChannelMessageFunction · 0.65
sendWebSocketMessageFunction · 0.65
sendControlSocketMessageFunction · 0.65
startAsyncMethod · 0.65
serve_with_appkitFunction · 0.65
start_quit_key_listenerFunction · 0.65
attach_websocket_innerFunction · 0.65
handle_socket_innerFunction · 0.65
handle_socketMethod · 0.65
queryMethod · 0.65
fail_all_pendingFunction · 0.65

Calls

no outgoing calls

Tested by 4

handle_socketMethod · 0.52
queryMethod · 0.52
fail_all_pendingFunction · 0.52