(tag?: string)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected