(reason?: string)
| 455 | getHibernatableWebSocketEventTimeout(): number | null; |
| 456 | getTags(ws: WebSocket): string[]; |
| 457 | abort(reason?: string): void; |
| 458 | } |
| 459 | interface DurableObjectTransaction { |
| 460 | get<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>; |
nothing calls this directly
no outgoing calls
no test coverage detected