()
| 597 | setHibernatableWebSocketEventTimeout(timeoutMs?: number): void; |
| 598 | getHibernatableWebSocketEventTimeout(): number | null; |
| 599 | getTags(ws: WebSocket): string[]; |
| 600 | abort(reason?: string): void; |
| 601 | } |
| 602 | interface DurableObjectTransaction { |
nothing calls this directly
no outgoing calls
no test coverage detected