(options?: DurableObjectGetAlarmOptions)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected