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