MCPcopy Create free account
hub / github.com/fontsource/fontsource / delete

Method delete

website/worker-configuration.d.ts:469–469  ·  view source on GitHub ↗
(key: string, options?: DurableObjectPutOptions)

Source from the content-addressed store, hash-verified

467 put<T>(key: string, value: T, options?: DurableObjectPutOptions): Promise<void>;
468 put<T>(entries: Record<string, T>, options?: DurableObjectPutOptions): Promise<void>;
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>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected