(
scheduledTime: number | Date,
options?: DurableObjectSetAlarmOptions
)
| 722 | rollback(): void |
| 723 | getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null> |
| 724 | setAlarm( |
| 725 | scheduledTime: number | Date, |
| 726 | options?: DurableObjectSetAlarmOptions |
| 727 | ): Promise<void> |
nothing calls this directly
no outgoing calls
no test coverage detected