(options?: DurableObjectPutOptions)
| 478 | delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>; |
| 479 | delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>; |
| 480 | deleteAll(options?: DurableObjectPutOptions): Promise<void>; |
| 481 | transaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>; |
| 482 | getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>; |
| 483 | setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; |
nothing calls this directly
no outgoing calls
no test coverage detected