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

Method getAlarm

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected