MCPcopy Create free account
hub / github.com/fmhy/edit / deleteAll

Method deleteAll

api/worker-configuration.d.ts:751–751  ·  view source on GitHub ↗
(options?: DurableObjectPutOptions)

Source from the content-addressed store, hash-verified

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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected