(tag?: string)
| 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; |
| 444 | getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null; |
nothing calls this directly
no outgoing calls
no test coverage detected