MCPcopy Create free account
hub / github.com/fmhy/edit / getWebSockets

Method getWebSockets

api/worker-configuration.d.ts:692–692  ·  view source on GitHub ↗
(tag?: string)

Source from the content-addressed store, hash-verified

690 blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>
691 acceptWebSocket(ws: WebSocket, tags?: string[]): void
692 getWebSockets(tag?: string): WebSocket[]
693 setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void
694 getWebSocketAutoResponse(): WebSocketRequestResponsePair | null
695 getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected