(tag?: string)
| 448 | blockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>; |
| 449 | acceptWebSocket(ws: WebSocket, tags?: string[]): void; |
| 450 | getWebSockets(tag?: string): WebSocket[]; |
| 451 | setWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void; |
| 452 | getWebSocketAutoResponse(): WebSocketRequestResponsePair | null; |
| 453 | getWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null; |
nothing calls this directly
no outgoing calls
no test coverage detected