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

Method deleteAlarm

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

Source from the content-addressed store, hash-verified

482 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
483 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
484 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
485 sync(): Promise<void>;
486 sql: SqlStorage;
487 transactionSync<T>(closure: () => T): T;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected