()
| 720 | delete(key: string, options?: DurableObjectPutOptions): Promise<boolean> |
| 721 | delete(keys: string[], options?: DurableObjectPutOptions): Promise<number> |
| 722 | rollback(): void |
| 723 | getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null> |
| 724 | setAlarm( |
| 725 | scheduledTime: number | Date, |
nothing calls this directly
no outgoing calls
no test coverage detected