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