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

Method getAlarm

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

Source from the content-addressed store, hash-verified

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>;
475 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
476 sync(): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected