(key: string, options?: DurableObjectPutOptions)
| 718 | options?: DurableObjectPutOptions |
| 719 | ): Promise<void> |
| 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> |
nothing calls this directly
no outgoing calls
no test coverage detected