(
closure: (txn: DurableObjectTransaction) => Promise<T>
)
| 750 | delete(keys: string[], options?: DurableObjectPutOptions): Promise<number> |
| 751 | deleteAll(options?: DurableObjectPutOptions): Promise<void> |
| 752 | transaction<T>( |
| 753 | closure: (txn: DurableObjectTransaction) => Promise<T> |
| 754 | ): Promise<T> |
| 755 | getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null> |
nothing calls this directly
no outgoing calls
no test coverage detected