MCPcopy Create free account
hub / github.com/idosal/git-mcp / getAlarm

Method getAlarm

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

Source from the content-addressed store, hash-verified

466 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;
467 rollback(): void;
468 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
469 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
470 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
471}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected