(reason?: string)
| 446 | getHibernatableWebSocketEventTimeout(): number | null; |
| 447 | getTags(ws: WebSocket): string[]; |
| 448 | abort(reason?: string): void; |
| 449 | } |
| 450 | interface DurableObjectTransaction { |
| 451 | get<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>; |
nothing calls this directly
no outgoing calls
no test coverage detected