(ws: WebSocket, tags?: string[])
| 689 | facets: DurableObjectFacets |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected