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

Method rollback

website/worker-configuration.d.ts:458–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

456 delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>;
457 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;
458 rollback(): void;
459 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
460 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
461 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected