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

Method deleteAlarm

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

Source from the content-addressed store, hash-verified

468 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;
469 setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;
470 deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;
471}
472interface DurableObjectStorage {
473 get<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected