()
| 477 | setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 478 | deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 479 | sync(): Promise<void>; |
| 480 | sql: SqlStorage; |
| 481 | transactionSync<T>(closure: () => T): T; |
| 482 | getCurrentBookmark(): Promise<string>; |
nothing calls this directly
no outgoing calls
no test coverage detected