MCPcopy Create free account
hub / github.com/cloudflare/wildebeest / send

Method send

backend/src/types/queue.ts:40–40  ·  view source on GitHub ↗
(body: Body)

Source from the content-addressed store, hash-verified

38
39export interface Queue<Body = MessageBody> {
40 send(body: Body): Promise<void>
41 sendBatch(messages: Iterable<MessageSendRequest<Body>>): Promise<void>
42}

Callers 1

handleRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected