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

Method deleteAll

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

Source from the content-addressed store, hash-verified

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>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected