MCPcopy Create free account
hub / github.com/fmhy/edit / getAlarm

Method getAlarm

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

Source from the content-addressed store, hash-verified

753 closure: (txn: DurableObjectTransaction) => Promise<T>
754 ): Promise<T>
755 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>
756 setAlarm(
757 scheduledTime: number | Date,
758 options?: DurableObjectSetAlarmOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected