(ws: WebSocket, tags?: string[])
| 441 | container?: Container; |
| 442 | blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>; |
| 443 | acceptWebSocket(ws: WebSocket, tags?: string[]): void; |
| 444 | getWebSockets(tag?: string): WebSocket[]; |
| 445 | setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void; |
| 446 | getWebSocketAutoResponse(): WebSocketRequestResponsePair | null; |
nothing calls this directly
no outgoing calls
no test coverage detected