(options?: DurableObjectPutOptions)
| 469 | delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>; |
| 470 | delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>; |
| 471 | deleteAll(options?: DurableObjectPutOptions): Promise<void>; |
| 472 | transaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>; |
| 473 | getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>; |
| 474 | setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; |
nothing calls this directly
no outgoing calls
no test coverage detected